| author | |
| committer | |
| log | 5b7e332b28db0055a708dc29a8a6d0df2390952c |
| tree | 6aef3ec6e6f496e93045250ce52f1d5772851d3b |
| parent | fd9b55a6405f908237285ee8280648ad368fccfc |
I regressed this in 379beceffd1b0a0b0d8f3163dc02eba1e53ffa39; sorry
about that.1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/packed-struct.zig+1| ... | ... | @@ -415,6 +415,7 @@ test "byte-aligned field pointer offsets" { |
| 415 | 415 | } |
| 416 | 416 | |
| 417 | 417 | test "load pointer from packed struct" { |
| 418 | if (builtin.zig_backend == .stage1) return error.SkipZigTest; | |
| 418 | 419 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; |
| 419 | 420 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; |
| 420 | 421 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; |