From 5f3dac786c6b27f04d5cf7f27ea994135d26041e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Mar 2024 22:17:21 -0400 Subject: Clean up codegen for empty tagged data --- test/enums.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/enums.tm') diff --git a/test/enums.tm b/test/enums.tm index 1b02686d..aea18948 100644 --- a/test/enums.tm +++ b/test/enums.tm @@ -1,7 +1,7 @@ enum Foo(Zero, One(x:Int), Two(x,y:Int)) >> Foo.Zero -= Foo.Zero() += Foo.Zero >> Foo.One(123) = Foo.One(x=123) >> Foo.Two(123, 456) -- cgit v1.2.3