Skip to content

Commit 5b7e332

Browse files
committed
disable new behavior test in stage1
I regressed this in 379bece; sorry about that.
1 parent fd9b55a commit 5b7e332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/packed-struct.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ test "byte-aligned field pointer offsets" {
415415
}
416416

417417
test "load pointer from packed struct" {
418+
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
418419
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
419420
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
420421
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;

0 commit comments

Comments
 (0)