| author | |
| committer | |
| log | a8bce8f14b5a2a3a6b5e069f3b434fd9430d9a8e |
| tree | 4186ed901b263de7c5c999a6f42449ec5cbe66d2 |
| parent | 0c727604540df7dbff4f57e4599fa01e01b36695 |
1 files changed, 0 insertions(+), 1 deletions(-)
test/behavior/bugs/1381.zig-1| ... | ... | @@ -14,7 +14,6 @@ const A = union(enum) { |
| 14 | 14 | test "union that needs padding bytes inside an array" { |
| 15 | 15 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; |
| 16 | 16 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; |
| 17 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; | |
| 18 | 17 | |
| 19 | 18 | var as = [_]A{ |
| 20 | 19 | A{ .B = B{ .D = 1 } }, |