diff options
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 2 |
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)); } |
