Skip to content

Commit a28529d

Browse files
committed
Skip ui test when running in miri
1 parent 7db1ea9 commit a28529d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compiletest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[rustversion::attr(not(nightly), ignore)]
2+
#[cfg_attr(miri, ignore)]
23
#[test]
34
fn ui() {
45
let t = trybuild::TestCases::new();

0 commit comments

Comments
 (0)