diff options
| author | David Rubin <daviru007@icloud.com> | 2024-05-25 22:52:26 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-06-13 02:22:33 -0700 |
| commit | a270c6f8c82bc81eecf37cc06a326e46ed44fb8b (patch) | |
| tree | 6ee1ab61e42d94d92eaeb62ee7b371d64de2e9a7 /test/behavior/error.zig | |
| parent | d69c48370a0381c7dce463c68b2097dd8fa67eb7 (diff) | |
| download | zig-a270c6f8c82bc81eecf37cc06a326e46ed44fb8b.tar.gz zig-a270c6f8c82bc81eecf37cc06a326e46ed44fb8b.zip | |
riscv: implement optional logic
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index 4e7fe949f1..2863c5db6c 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -124,7 +124,6 @@ test "debug info for optional error set" { test "implicit cast to optional to error union to return result loc" { if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { fn entry() !void { |
