| ... | @@ -1529,6 +1529,7 @@ test "optional generic function label struct field" { | ... | @@ -1529,6 +1529,7 @@ test "optional generic function label struct field" { |
| 1529 | } | 1529 | } |
| 1530 | | 1530 | |
| 1531 | test "struct fields get automatically reordered" { | 1531 | test "struct fields get automatically reordered" { |
| | 1532 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 1532 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; | 1533 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; |
| 1533 | | 1534 | |
| 1534 | const S1 = struct { | 1535 | const S1 = struct { |