Commit d7a0fe67b3

Andrew Kelley <andrew@ziglang.org>
2022-09-15 01:12:55
disable spuriously failing test on Windows
See tracking issue #12844
1 parent d834b18
Changed files (1)
test/cases/variable_shadowing.0.zig
@@ -4,6 +4,8 @@ pub fn main() void {
 }
 
 // error
+// backend=stage2
+// target=x86_64-linux,x86_64-macos
 //
 // :3:9: error: redeclaration of local variable 'i'
 // :2:9: note: previous declaration here