disable new behavior test in stage1

I regressed this in 379beceffd1b0a0b0d8f3163dc02eba1e53ffa39; sorry
about that.
This commit is contained in:
Andrew Kelley 2022-07-20 16:17:33 -07:00
parent fd9b55a640
commit 5b7e332b28

View File

@ -415,6 +415,7 @@ test "byte-aligned field pointer offsets" {
}
test "load pointer from packed struct" {
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;