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
710f9325ff
commit
9bd8f8ed56
@ -1524,6 +1524,7 @@ test "optional generic function label struct field" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test "struct fields get automatically reordered" {
|
test "struct fields get automatically reordered" {
|
||||||
|
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||||
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
|
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
|
||||||
|
|
||||||
const S1 = struct {
|
const S1 = struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user