| ... | @@ -350,6 +350,7 @@ fn testOpaque() !void { | ... | @@ -350,6 +350,7 @@ fn testOpaque() !void { |
| 350 | | 350 | |
| 351 | test "type info: function type info" { | 351 | test "type info: function type info" { |
| 352 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; | 352 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| | 353 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
| 353 | | 354 | |
| 354 | try testFunction(); | 355 | try testFunction(); |
| 355 | try comptime testFunction(); | 356 | try comptime testFunction(); |