Skip to content

Commit

Permalink
ignore test on windows since I don't know why compiletest does not ha…
Browse files Browse the repository at this point in the history
…nd paths properly there
  • Loading branch information
matthiaskrgr committed Feb 6, 2022
1 parent 1193abe commit aae64e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui-cargo/multiple_config_files/warn/src/main.rs
@@ -1,3 +1,5 @@
// ignore-windows

fn main() {
println!("Hello, world!");
}

0 comments on commit aae64e9

Please sign in to comment.