| ... | @@ -1524,6 +1524,7 @@ test "optional generic function label struct field" { | ... | @@ -1524,6 +1524,7 @@ test "optional generic function label struct field" { |
| 1524 | } | 1524 | } |
| 1525 | | 1525 | |
| 1526 | test "struct fields get automatically reordered" { | 1526 | test "struct fields get automatically reordered" { |
| | 1527 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 1527 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; | 1528 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; |
| 1528 | | 1529 | |
| 1529 | const S1 = struct { | 1530 | const S1 = struct { |