mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: skip "struct fields get automatically reordered" for spirv64 backend
This commit is contained in:
parent
8717453208
commit
200fb1e92e
@ -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…
x
Reference in New Issue
Block a user