| author | |
| committer | |
| log | e91654b1e730ad8082eeb8bb0ae90a17ca69f679 |
| tree | fdb2aac454efd96307c82fa23d7d438eb380465a |
| parent | 28886ca9ec3170c3d97308c6e504cdcc50654b65 |
workaround for #314671 files changed, 2 insertions(+), 0 deletions(-)
test/behavior/switch.zig+2| ... | ... | @@ -1406,6 +1406,8 @@ test "switch on packed union" { |
| 1406 | 1406 | } |
| 1407 | 1407 | |
| 1408 | 1408 | test "switch on nested packed containers" { |
| 1409 | if (builtin.object_format == .c) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31467 | |
| 1410 | ||
| 1409 | 1411 | const P = packed struct { |
| 1410 | 1412 | iu: u17, |
| 1411 | 1413 | is: i31, |