riscv64: skip failing tests
This commit is contained in:
@@ -40,6 +40,8 @@ test "@src used as a comptime parameter" {
|
||||
}
|
||||
|
||||
test "@src in tuple passed to anytype function" {
|
||||
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; // TODO
|
||||
|
||||
const S = struct {
|
||||
fn Foo(a: anytype) u32 {
|
||||
return a[0].line;
|
||||
|
||||
Reference in New Issue
Block a user