mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test: disable switch behavior test switching on type >64bits for cbe
workaround for #31467
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user