From 422a46993cdb74ccf3650e0b171f65c6c12bdedf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 19 Dec 2007 13:21:09 +0000 Subject: -target 1.5 now the default. --- test/files/run/streams.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/streams.scala b/test/files/run/streams.scala index 5f61cb11af..1e781a6171 100644 --- a/test/files/run/streams.scala +++ b/test/files/run/streams.scala @@ -22,7 +22,7 @@ object Test extends Application { println(s2.dropWhile(_ > 0)) println - val s3 = Stream.range(1, 10000) //100000 (ticket #153: Stackoverflow) + val s3 = Stream.range(1, 1000) //100000 (ticket #153: Stackoverflow) println(s3.length) // ticket #153 -- cgit v1.2.3