mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: skip "struct fields get automatically reordered" for spirv64 backend
This commit is contained in:
parent
710f9325ff
commit
9bd8f8ed56
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue