summaryrefslogtreecommitdiff
path: root/test/files/run/t2111.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2111.scala')
-rw-r--r--test/files/run/t2111.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2111.scala b/test/files/run/t2111.scala
index 3c6c5b8e8f..98177c4e21 100644
--- a/test/files/run/t2111.scala
+++ b/test/files/run/t2111.scala
@@ -1,5 +1,5 @@
-object Test extends Application {
+object Test extends App {
object Color extends Enumeration {
val Red, Green, Blue = Value