Revert "test: disable switch behavior test switching on type >64bits for cbe"

This reverts commit e91654b1e7.
This commit is contained in:
Justus Klausecker
2026-03-18 01:19:08 +01:00
parent 047df44d71
commit dbe787a984
-2
View File
@@ -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,