summaryrefslogtreecommitdiff
path: root/test/files/run/t2176.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2176.scala')
-rw-r--r--test/files/run/t2176.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2176.scala b/test/files/run/t2176.scala
index f8b07271a1..2a46dcf2c4 100644
--- a/test/files/run/t2176.scala
+++ b/test/files/run/t2176.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val res0 = Stream.cons(1, Stream.cons( { println("ouch"); 2 }, Stream.empty))
println(res0.take(1).force)
}