| author | |
| committer | |
| log | 9bd8f8ed56c1e74e184be022f7e60b49dfd841a2 |
| tree | d8d73271c09cc9337182e7a878e48d9403fd1952 |
| parent | 710f9325ff951c187cf8c7d8eae14330e7b42cd6 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/struct.zig+1| ... | ... | @@ -1524,6 +1524,7 @@ test "optional generic function label struct field" { |
| 1524 | 1524 | } |
| 1525 | 1525 | |
| 1526 | 1526 | test "struct fields get automatically reordered" { |
| 1527 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; | |
| 1527 | 1528 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; |
| 1528 | 1529 | |
| 1529 | 1530 | const S1 = struct { |