summaryrefslogtreecommitdiff
path: root/test/files/run/t2177.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2177.scala')
-rw-r--r--test/files/run/t2177.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2177.scala b/test/files/run/t2177.scala
index fd1a29d198..5e344c654d 100644
--- a/test/files/run/t2177.scala
+++ b/test/files/run/t2177.scala
@@ -1,3 +1,3 @@
-object Test extends Application {
+object Test extends App {
println(Stream.from(1).take(5).mkString)
}