summaryrefslogtreecommitdiff
path: root/test/files/run/t3719.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3719.scala')
-rw-r--r--test/files/run/t3719.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3719.scala b/test/files/run/t3719.scala
index 2436e0cdf6..01dc205545 100644
--- a/test/files/run/t3719.scala
+++ b/test/files/run/t3719.scala
@@ -12,7 +12,7 @@ object Days extends Enumeration {
}
}
-object Test extends Application {
+object Test extends App {
def dayElementsShouldBeNamed(): List[String] =
Days.values.toList.sorted.map(x => x.toString)