aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/enum.zig
diff options
context:
space:
mode:
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 119a999366..e8171a752a 100644
--- a/test/behavior/enum.zig
+++ b/test/behavior/enum.zig
@@ -873,8 +873,6 @@ test "method call on an enum" {
}
test "enum value allocation" {
- if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
-
const LargeEnum = enum(u32) {
A0 = 0x80000000,
A1,