mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
behavior: enable test passing with x86_64 backend
This commit is contained in:
parent
c2cda947c9
commit
0ea7189c23
@ -1016,7 +1016,6 @@ test "modify nested packed struct aligned field" {
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
|
||||
|
||||
const Options = packed struct {
|
||||
foo: bool = false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user