From 8230585c3a926fb5cef6c5a72d6b15565b9afed0 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 21 Mar 2011 16:19:33 +0000 Subject: One hundred! One hundred times slower on window... One hundred! One hundred times slower on windows! Ah, ha, ha! Adjusted test case, no review. --- test/files/run/bug4279.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/bug4279.scala') diff --git a/test/files/run/bug4279.scala b/test/files/run/bug4279.scala index 23eb7953d5..89a27fc065 100644 --- a/test/files/run/bug4279.scala +++ b/test/files/run/bug4279.scala @@ -32,7 +32,7 @@ object Test { // warmup { val r = new Runner(1000000, 10) ; r.straightSlice ; r.iteratorSlice ; r.viewSlice } - new Runner(10000000, 10) run 50 + new Runner(10000000, 10) run 100 new Runner(10000000, 50) run 50 } } -- cgit v1.2.3