diff options
| author | Ali Cheraghi <alichraghi@proton.me> | 2025-04-25 13:54:27 +0330 |
|---|---|---|
| committer | Ali Cheraghi <alichraghi@proton.me> | 2025-04-28 10:49:19 +0330 |
| commit | 9bd8f8ed56c1e74e184be022f7e60b49dfd841a2 (patch) | |
| tree | d8d73271c09cc9337182e7a878e48d9403fd1952 /test/behavior/struct.zig | |
| parent | 710f9325ff951c187cf8c7d8eae14330e7b42cd6 (diff) | |
| download | zig-9bd8f8ed56c1e74e184be022f7e60b49dfd841a2.tar.gz zig-9bd8f8ed56c1e74e184be022f7e60b49dfd841a2.zip | |
test: skip "struct fields get automatically reordered" for spirv64 backend
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index bc39bf5f40..0f99d7ae6b 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1524,6 +1524,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 { |
