authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-09-14 16:12:55-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-09-14 16:12:55-07:00
logd7a0fe67b38a60a4f294d6d9034c7a342bed7094
treefe0894418959be5d5960ef44792467a87f8dd399
parentd834b180118cf336b09b8f664e294ec2222e6d16

disable spuriously failing test on Windows

See tracking issue #12844

1 files changed, 2 insertions(+), 0 deletions(-)

test/cases/variable_shadowing.0.zig+2
......@@ -4,6 +4,8 @@ pub fn main() void {
44}
55
66// error
7// backend=stage2
8// target=x86_64-linux,x86_64-macos
79//
810// :3:9: error: redeclaration of local variable 'i'
911// :2:9: note: previous declaration here