Skip to content

Commit 04ff097

Browse files
committed
ignore UI tests in miri
1 parent f46ff63 commit 04ff097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/ui.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[test]
2+
#[cfg(not(miri))]
23
fn ui() {
34
let t = trybuild::TestCases::new();
45
t.compile_fail("tests/compile_fail/*.rs");

0 commit comments

Comments
 (0)