aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pointers.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/behavior/pointers.zig')
-rw-r--r--test/behavior/pointers.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/pointers.zig b/test/behavior/pointers.zig
index 5308ebf358..5b8abb9350 100644
--- a/test/behavior/pointers.zig
+++ b/test/behavior/pointers.zig
@@ -342,7 +342,6 @@ test "array initialization types" {
test "null terminated pointer" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
fn doTheTest() !void {