summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-04-10 10:30:43 +0000
committerMartin Odersky <odersky@gmail.com>2007-04-10 10:30:43 +0000
commitc5861d824317784efb52b52a60d4194960218bb3 (patch)
treeafbbda330bc838b3406fadb7c3b5c5c2c80fa13c /test/files/run
parent1f2a73f36b7e3334b03ea8d321e8b9058289fa0e (diff)
downloadscala-c5861d824317784efb52b52a60d4194960218bb3.tar.gz
scala-c5861d824317784efb52b52a60d4194960218bb3.tar.bz2
scala-c5861d824317784efb52b52a60d4194960218bb3.zip
check for variables in pattern alternatives; ch...
check for variables in pattern alternatives; changes to enable presupercall initialization.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/colltest.check2
-rw-r--r--test/files/run/colltest.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/colltest.check b/test/files/run/colltest.check
index 868cc81ece..be930f06ce 100644
--- a/test/files/run/colltest.check
+++ b/test/files/run/colltest.check
@@ -1 +1 @@
-succeeded for 1000000 iterations.
+succeeded for 10 iterations.
diff --git a/test/files/run/colltest.scala b/test/files/run/colltest.scala
index 024f2fb1f4..049c075fa1 100644
--- a/test/files/run/colltest.scala
+++ b/test/files/run/colltest.scala
@@ -1,6 +1,6 @@
import collection.mutable._
class TestSet(s0: Set[int], s1: Set[int]) {
- val Iterations = 1000000
+ val Iterations = 10
val Range = 100000
val testEachStep = false
val Threshold = 20000