authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-02 11:46:26+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-02 11:46:26+01:00
log4fd1ec78e93d496811534c6e3aa9af126650f5de
tree5195205c49252e31bc163d0e4a831c84742f0b4f
parent307496fcd74f3190b8de9c18aef0214f2553a90d

std: Re-enable union behaviour test for mips targets


1 files changed, 0 insertions(+), 3 deletions(-)

test/stage1/behavior/union.zig-3
......@@ -623,9 +623,6 @@ test "0-sized extern union definition" {
623623}
624624
625625test "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
629626 const U = union(enum) {
630627 A: u24,
631628 };