mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Skip unsupported while behavior tests
This commit is contained in:
parent
8e4a8771f5
commit
160f657156
@ -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…
x
Reference in New Issue
Block a user