aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run/enum-Color.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/run/enum-Color.scala b/tests/run/enum-Color.scala
index 24916abee..1a077bf8e 100644
--- a/tests/run/enum-Color.scala
+++ b/tests/run/enum-Color.scala
@@ -1,7 +1,5 @@
enum Color {
- case Red
- case Green
- case Blue
+ case Red, Green, Blue
}
object Test {