Skip to content

Commit

Permalink
only check stderr on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jan 28, 2024
1 parent 580bbbe commit 2b1f9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fn ui_compile_pass() {
t.pass("tests/compile-pass/*.rs");
}

#[rustversion::nightly]
#[test]
fn ui_compile_fail() {
let t = TestCases::new();
Expand Down

0 comments on commit 2b1f9f7

Please sign in to comment.