diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 04a9279295..94d8268e86 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1529,6 +1529,7 @@ test "optional generic function label struct field" { } test "struct fields get automatically reordered" { + if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; const S1 = struct {