From 97b34f3cd1e66da8b1be7de5c4cc7b6da3935150 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 18 Dec 2007 17:29:25 +0000 Subject: updated STARR for Java generics --- test/files/run/streams.check | 4 ++-- test/files/run/streams.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files') diff --git a/test/files/run/streams.check b/test/files/run/streams.check index 4942b319c8..180217df4a 100644 --- a/test/files/run/streams.check +++ b/test/files/run/streams.check @@ -15,5 +15,5 @@ Stream() Stream(1, 2) Stream() -49999 -32768 +9999 +8192 diff --git a/test/files/run/streams.scala b/test/files/run/streams.scala index 80fedb38ce..5f61cb11af 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, 50000) //100000 (ticket #153: Stackoverflow) + val s3 = Stream.range(1, 10000) //100000 (ticket #153: Stackoverflow) println(s3.length) // ticket #153 -- cgit v1.2.3