diff options
| author | David Rubin <daviru007@icloud.com> | 2024-09-01 02:49:47 -0700 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-09-01 17:34:06 +0100 |
| commit | fbac7afa0f280eb271e802046ae1f3f836a9f6b2 (patch) | |
| tree | 51c47833f3ec9c98f474cd61f0d4e2e3840d9df7 /test/behavior/struct.zig | |
| parent | 28383d4d985cd04c897f6b6a63bd2107d8e2a8e9 (diff) | |
| download | zig-fbac7afa0f280eb271e802046ae1f3f836a9f6b2.tar.gz zig-fbac7afa0f280eb271e802046ae1f3f836a9f6b2.zip | |
riscv: implement `errunion_payload_ptr_set`
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 44f035f46f..4694758e19 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1214,7 +1214,6 @@ test "anon init through error union" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { a: u32, |
