ignore test on windows since I don't know why compiletest does not hand paths properly there

This commit is contained in:
Matthias Krüger 2022-02-02 21:21:20 +01:00
parent 1193abe4c8
commit aae64e93b7

View File

@ -1,3 +1,5 @@
// ignore-windows
fn main() {
println!("Hello, world!");
}