From 0d5c56f023c3215defd1bace39276607d47e953c Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 14 Dec 2007 10:51:01 +0000 Subject: #153 still not fixed.. --- test/files/run/streams.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/streams.scala') diff --git a/test/files/run/streams.scala b/test/files/run/streams.scala index 19bb9c943d..80fedb38ce 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, 100000) // ticket #153: Stackoverflow + val s3 = Stream.range(1, 50000) //100000 (ticket #153: Stackoverflow) println(s3.length) // ticket #153 -- cgit v1.2.3