| author | |
| committer | |
| log | 0ea7189c236ce0a3151cfe52f845f4ba16fd8f38 |
| tree | 6ea8cd8d0eea9567c8c748bea04f3c44e061bb69 |
| parent | c2cda947c99293794f591036fd1bf5a099da5ceb |
1 files changed, 0 insertions(+), 1 deletions(-)
test/behavior/packed-struct.zig-1| ... | ... | @@ -1016,7 +1016,6 @@ test "modify nested packed struct aligned field" { |
| 1016 | 1016 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; |
| 1017 | 1017 | if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; |
| 1018 | 1018 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 1019 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; | |
| 1020 | 1019 | |
| 1021 | 1020 | const Options = packed struct { |
| 1022 | 1021 | foo: bool = false, |