riscv: update behaviour tests again

This commit is contained in:
David Rubin
2024-05-10 23:19:23 -07:00
parent 1dfdc21c31
commit 75372f12ef
8 changed files with 2 additions and 20 deletions
+1
View File
@@ -1124,6 +1124,7 @@ test "result location initialization of error union with OPV payload" {
test "return error union with i65" {
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
try expect(try add(1000, 234) == 1234);
}