riscv: finally fix bug + airAggregateInit
i just hadn't realized that I placed the `riscv_start` branch in the non-simplified starts
This commit is contained in:
@@ -1246,8 +1246,6 @@ test "auto-numbered enum with signed tag type" {
|
||||
}
|
||||
|
||||
test "lazy initialized field" {
|
||||
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
|
||||
|
||||
try std.testing.expectEqual(@as(u8, @alignOf(struct {})), getLazyInitialized(.a));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user