disable spuriously failing test on Windows

See tracking issue #12844
This commit is contained in:
Andrew Kelley
2022-09-14 16:12:55 -07:00
parent d834b18011
commit d7a0fe67b3

View File

@@ -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