Skip to content

Commit

Permalink
Skip ui test on toolchains other than nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 24, 2022
1 parent df73b6a commit c3f9143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ path = "compiletest.rs"

[dev-dependencies]
proc-macro2 = { path = "../.." }
rustversion = "1.0"
trybuild = { version = "1.0.49", features = ["diff"] }
1 change: 1 addition & 0 deletions tests/ui/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit c3f9143

Please sign in to comment.