summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/bug4279.scala2
1 files changed, 1 insertions, 1 deletions
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
}
}