Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 14, 2020
1 parent 32b7891 commit e021ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn ui() {
// For unclear reasons rustc on Windows in Github Actions omits some
// diagnostic information, causing this test to fail. It might have something
// to do with this Rust issue: https://github.com/rust-lang/rust/issues/53081.
if cfg!(not(windows)) || env::var("GITHUB_ACTION").is_err() {
t.compile_fail("tests/compile_fail/handle_scope_escape_to_nowhere.rs");
}
//if cfg!(not(windows)) || env::var("GITHUB_ACTION").is_err() {
t.compile_fail("tests/compile_fail/handle_scope_escape_to_nowhere.rs");
//}
}

0 comments on commit e021ba1

Please sign in to comment.