behavior: enable test passing with x86_64 backend
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user