summaryrefslogtreecommitdiff
path: root/test/files/run/t2255.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2255.scala')
-rw-r--r--test/files/run/t2255.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2255.scala b/test/files/run/t2255.scala
index be800adf5a..0b34115ed2 100644
--- a/test/files/run/t2255.scala
+++ b/test/files/run/t2255.scala
@@ -1,3 +1,3 @@
-object Test extends Application {
+object Test extends App {
println(Stream.continually(Stream(1, 2, 3)).flatten.take(6).toList)
}