From ffb63a05a3327e64bcf8ec7fd05c6aab8d304480 Mon Sep 17 00:00:00 2001 From: David Rubin Date: Tue, 16 Apr 2024 22:44:55 -0700 Subject: riscv: finally fix bug + `airAggregateInit` i just hadn't realized that I placed the `riscv_start` branch in the non-simplified starts --- test/behavior/enum.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/behavior/enum.zig') diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 8b5890e231..dd2d83a289 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -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)); } -- cgit v1.2.3