diff options
Diffstat (limited to 'test/behavior/underscore.zig')
| -rw-r--r-- | test/behavior/underscore.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/underscore.zig b/test/behavior/underscore.zig index 66b49e52d5..a53fec489b 100644 --- a/test/behavior/underscore.zig +++ b/test/behavior/underscore.zig @@ -8,6 +8,7 @@ test "ignore lval with underscore" { test "ignore lval with underscore (while loop)" { if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; while (optionalReturnError()) |_| { while (optionalReturnError()) |_| { |
