| author | |
| committer | |
| log | 200fb1e92e3cbbd855eed03b6dd8120a2ec84015 |
| tree | 78f0b5532368627dd4942eeb888166b23ddb4246 |
| parent | 8717453208bd1f32258d0cf5cdc41e76c0a3dbeb |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/struct.zig+1| ... | ... | @@ -1529,6 +1529,7 @@ test "optional generic function label struct field" { |
| 1529 | 1529 | } |
| 1530 | 1530 | |
| 1531 | 1531 | test "struct fields get automatically reordered" { |
| 1532 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; | |
| 1532 | 1533 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; |
| 1533 | 1534 | |
| 1534 | 1535 | const S1 = struct { |