summaryrefslogtreecommitdiff
path: root/test/files/run/fors.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/fors.scala')
-rw-r--r--test/files/run/fors.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/fors.scala b/test/files/run/fors.scala
index 2cd4cf135c..c7682f563d 100644
--- a/test/files/run/fors.scala
+++ b/test/files/run/fors.scala
@@ -4,7 +4,7 @@
//############################################################################
-object Test extends Application {
+object Test extends App {
val xs = List(1, 2, 3)
val ys = List('a, 'b, 'c)