mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Skip unsupported while behavior tests
This commit is contained in:
parent
8e4a8771f5
commit
160f657156
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ test "while copies its payload" {
|
|||
}
|
||||
|
||||
test "continue and break" {
|
||||
if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest;
|
||||
|
||||
try runContinueAndBreakTest();
|
||||
try expect(continue_and_break_counter == 8);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue