Skip to content

Commit

Permalink
Disable ui test on miri
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 24, 2022
1 parent 21c2690 commit 625d349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![deny(clippy::all, clippy::pedantic)]

#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit 625d349

Please sign in to comment.