| author | |
| committer | |
| log | 3b32e0be3187d8815ce20dd6b45665dc4e85b443 |
| tree | f1fff3c59161f7a500c97d6a63c2d08ebe1022b6 |
| parent | 4618c41fa6ca70f06c7e65762d2f38d57b00818c |
I forgot to check that the new behavior tests also pass in stage1. One
of them does not.
Fixes regression from 4618c41fa6ca70f06c7e65762d2f38d57b00818c.1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/eval.zig+1| ... | ... | @@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt |
| 980 | 980 | } |
| 981 | 981 | |
| 982 | 982 | test "comptime break operand passing through runtime switch converted to runtime break" { |
| 983 | if (builtin.zig_backend == .stage1) return error.SkipZigTest; | |
| 983 | 984 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 984 | 985 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 985 | 986 |