diff options
| author | David Rubin <daviru007@icloud.com> | 2024-04-16 18:48:33 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-05-11 02:17:24 -0700 |
| commit | 2fd83d8c0a8dd28c2474b26ead8cb24d6bde0901 (patch) | |
| tree | c3293e36e9233a9c9e7ce4b4d56677173662ae9e /test/behavior/basic.zig | |
| parent | a30af172e8dc360cb0a71a5c4dfd904120555715 (diff) | |
| download | zig-2fd83d8c0a8dd28c2474b26ead8cb24d6bde0901.tar.gz zig-2fd83d8c0a8dd28c2474b26ead8cb24d6bde0901.zip | |
riscv: by-value structs + `@min`
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index eabac35787..ad955a8648 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -593,7 +593,6 @@ test "equality compare fn ptrs" { test "self reference through fn ptr field" { if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { const A = struct { |
