diff options
| author | David Rubin <daviru007@icloud.com> | 2024-05-10 23:11:27 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-06-13 02:21:38 -0700 |
| commit | 031d8248e02f019a4c689dfa2913b30ec796dfa5 (patch) | |
| tree | 79a46987a0d40fccbf228c6e304d8d00a2e228e7 /test/behavior/slice.zig | |
| parent | 7ed2f2156f4e93fa6463fb81f134c0d5e7e7cc89 (diff) | |
| download | zig-031d8248e02f019a4c689dfa2913b30ec796dfa5.tar.gz zig-031d8248e02f019a4c689dfa2913b30ec796dfa5.zip | |
riscv: first sign of floats!
Diffstat (limited to 'test/behavior/slice.zig')
| -rw-r--r-- | test/behavior/slice.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig index 8614c78804..97b6e88f27 100644 --- a/test/behavior/slice.zig +++ b/test/behavior/slice.zig @@ -1001,6 +1001,7 @@ test "sentinel-terminated 0-length slices" { if (builtin.zig_backend == .stage2_x86) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const u32s: [4]u32 = [_]u32{ 0, 1, 2, 3 }; |
