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

workaround for #31467
This commit is contained in:
Justus Klausecker
2026-03-11 21:04:32 +01:00
parent 28886ca9ec
commit e91654b1e7
+2
View File
@@ -1406,6 +1406,8 @@ 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,