aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/error.zig
diff options
context:
space:
mode:
authorDavid Rubin <daviru007@icloud.com>2024-05-25 22:52:26 -0700
committerDavid Rubin <daviru007@icloud.com>2024-06-13 02:22:33 -0700
commita270c6f8c82bc81eecf37cc06a326e46ed44fb8b (patch)
tree6ee1ab61e42d94d92eaeb62ee7b371d64de2e9a7 /test/behavior/error.zig
parentd69c48370a0381c7dce463c68b2097dd8fa67eb7 (diff)
downloadzig-a270c6f8c82bc81eecf37cc06a326e46ed44fb8b.tar.gz
zig-a270c6f8c82bc81eecf37cc06a326e46ed44fb8b.zip
riscv: implement optional logic
Diffstat (limited to 'test/behavior/error.zig')
-rw-r--r--test/behavior/error.zig1
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 {