zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit dbe787a98404ff3d4b02e3807995cdffd25d3d96 (tree)
parent 047df44d71d6a3e82ba748900ceaffaea072738e
Author: Justus Klausecker <justus@klausecker.de>
Date:   Wed, 18 Mar 2026 01:19:08 +0100

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

This reverts commit e91654b1e730ad8082eeb8bb0ae90a17ca69f679.

Diffstat:
Mtest/behavior/switch.zig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig @@ -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,