mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
riscv: update behaviour tests again
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user