mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
std: Re-enable union behaviour test for mips targets
This commit is contained in:
parent
307496fcd7
commit
4fd1ec78e9
@ -623,9 +623,6 @@ test "0-sized extern union definition" {
|
||||
}
|
||||
|
||||
test "union initializer generates padding only if needed" {
|
||||
// https://github.com/ziglang/zig/issues/5127
|
||||
if (std.Target.current.cpu.arch == .mips) return error.SkipZigTest;
|
||||
|
||||
const U = union(enum) {
|
||||
A: u24,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user