| author | |
| committer | |
| log | 1fc42ed3e7ca0b74b54aaa827276d995d6c7c6cd |
| tree | bf0f27b6ee380d51cfb4128fc14e005d7ca930b0 |
| parent | b149d8f74775af10c287fd136b93350c49233956 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/optional.zig+1| ... | ... | @@ -632,6 +632,7 @@ test "result location initialization of optional with OPV payload" { |
| 632 | 632 | if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
| 633 | 633 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO |
| 634 | 634 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 635 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; | |
| 635 | 636 | |
| 636 | 637 | const S = struct { |
| 637 | 638 | x: u0, |