From d7a0fe67b38a60a4f294d6d9034c7a342bed7094 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Sep 2022 16:12:55 -0700 Subject: [PATCH] disable spuriously failing test on Windows See tracking issue #12844 --- test/cases/variable_shadowing.0.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cases/variable_shadowing.0.zig b/test/cases/variable_shadowing.0.zig index 0ab53a78f9..accfda758f 100644 --- a/test/cases/variable_shadowing.0.zig +++ b/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