aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/enum.zig
diff options
context:
space:
mode:
authorDavid Rubin <daviru007@icloud.com>2024-04-16 22:44:55 -0700
committerDavid Rubin <daviru007@icloud.com>2024-05-11 02:17:24 -0700
commitffb63a05a3327e64bcf8ec7fd05c6aab8d304480 (patch)
tree5284c825f8126f35d756599f524a2f612620ddd4 /test/behavior/enum.zig
parent2fd83d8c0a8dd28c2474b26ead8cb24d6bde0901 (diff)
downloadzig-ffb63a05a3327e64bcf8ec7fd05c6aab8d304480.tar.gz
zig-ffb63a05a3327e64bcf8ec7fd05c6aab8d304480.zip
riscv: finally fix bug + `airAggregateInit`
i just hadn't realized that I placed the `riscv_start` branch in the non-simplified starts
Diffstat (limited to 'test/behavior/enum.zig')
-rw-r--r--test/behavior/enum.zig2
1 files changed, 0 insertions, 2 deletions
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));
}