summaryrefslogtreecommitdiff
path: root/test/files/run/streams.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/streams.scala')
-rw-r--r--test/files/run/streams.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/streams.scala b/test/files/run/streams.scala
index 83b7772886..edf7ae368e 100644
--- a/test/files/run/streams.scala
+++ b/test/files/run/streams.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val s0: Stream[Int] = Stream.empty
println(s0.take(1))
println(s0.takeWhile(_ > 0))