diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/behavior/packed-struct.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/packed-struct.zig b/test/behavior/packed-struct.zig index 245514b87e..52083a492d 100644 --- a/test/behavior/packed-struct.zig +++ b/test/behavior/packed-struct.zig @@ -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; |
