mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:04:44 +01:00
test: skip "struct fields get automatically reordered" for spirv64 backend
This commit is contained in:
parent
8717453208
commit
200fb1e92e
1 changed files with 1 additions and 0 deletions
|
|
@ -1529,6 +1529,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue