aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/behavior/type.zig')
-rw-r--r--test/behavior/type.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/type.zig b/test/behavior/type.zig
index 5fd89ab43c..5d12ea494f 100644
--- a/test/behavior/type.zig
+++ b/test/behavior/type.zig
@@ -410,7 +410,7 @@ test "Type.Union from Type.Enum" {
}
test "Type.Union from regular enum" {
- const E = enum { working_as_expected = 0 };
+ const E = enum { working_as_expected };
const T = @Type(.{
.Union = .{
.layout = .Auto,