riscv: enable passing tests

This commit is contained in:
David Rubin
2024-07-24 21:57:16 -07:00
parent c00a5ff792
commit b533e848a2
18 changed files with 0 additions and 66 deletions
-2
View File
@@ -37,8 +37,6 @@ test "@src used as a comptime parameter" {
}
test "@src in tuple passed to anytype function" {
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
fn Foo(a: anytype) u32 {
return a[0].line;