| author | |
| committer | |
| log | dbe787a98404ff3d4b02e3807995cdffd25d3d96 |
| tree | e9118817a791f27aebdd9c7456c91dc19e33756a |
| parent | 047df44d71d6a3e82ba748900ceaffaea072738e |
This reverts commit e91654b1e730ad8082eeb8bb0ae90a17ca69f679.1 files changed, 0 insertions(+), 2 deletions(-)
test/behavior/switch.zig-2| ... | ... | @@ -1406,8 +1406,6 @@ 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 | ||
| 1411 | 1409 | const P = packed struct { |
| 1412 | 1410 | iu: u17, |
| 1413 | 1411 | is: i31, |