Skip to content

Commit 2b1f9f7

Browse files
committed
only check stderr on nightly
1 parent 580bbbe commit 2b1f9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ fn ui_compile_pass() {
66
t.pass("tests/compile-pass/*.rs");
77
}
88

9+
#[rustversion::nightly]
910
#[test]
1011
fn ui_compile_fail() {
1112
let t = TestCases::new();

0 commit comments

Comments
 (0)