mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
Revert "test: disable switch behavior test switching on type >64bits for cbe"
This reverts commit e91654b1e7.
This commit is contained in:
@@ -1406,8 +1406,6 @@ test "switch on packed union" {
|
||||
}
|
||||
|
||||
test "switch on nested packed containers" {
|
||||
if (builtin.object_format == .c) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31467
|
||||
|
||||
const P = packed struct {
|
||||
iu: u17,
|
||||
is: i31,
|
||||
|
||||
Reference in New Issue
Block a user