| author | |
| committer | |
| log | 4fd1ec78e93d496811534c6e3aa9af126650f5de |
| tree | 5195205c49252e31bc163d0e4a831c84742f0b4f |
| parent | 307496fcd74f3190b8de9c18aef0214f2553a90d |
1 files changed, 0 insertions(+), 3 deletions(-)
test/stage1/behavior/union.zig-3| ... | ... | @@ -623,9 +623,6 @@ test "0-sized extern union definition" { |
| 623 | 623 | } |
| 624 | 624 | |
| 625 | 625 | test "union initializer generates padding only if needed" { |
| 626 | // https://github.com/ziglang/zig/issues/5127 | |
| 627 | if (std.Target.current.cpu.arch == .mips) return error.SkipZigTest; | |
| 628 | ||
| 629 | 626 | const U = union(enum) { |
| 630 | 627 | A: u24, |
| 631 | 628 | }; |