| author | |
| committer | |
| log | 160f6571566b09e460201a1e13381fca785a8f62 |
| tree | c0735365f8afc2c31518d3e701bf9c17508dcd0a |
| parent | 8e4a8771f56f41a56264eb000ee347ddf7b71dc4 |
1 files changed, 2 insertions(+), 0 deletions(-)
test/behavior/while.zig+2| ... | ... | @@ -124,6 +124,8 @@ test "while copies its payload" { |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | test "continue and break" { |
| 127 | if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest; | |
| 128 | ||
| 127 | 129 | try runContinueAndBreakTest(); |
| 128 | 130 | try expect(continue_and_break_counter == 8); |
| 129 | 131 | } |