summaryrefslogtreecommitdiff
path: root/test/files/run/collections.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/collections.scala')
-rw-r--r--test/files/run/collections.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/collections.scala b/test/files/run/collections.scala
index deab5aa210..60f0765e6a 100644
--- a/test/files/run/collections.scala
+++ b/test/files/run/collections.scala
@@ -61,7 +61,7 @@ object Test extends App {
}
time {
var x = 0
- for (i <- 0 to 10000)
+ for (i <- 0 to 10000)
s get i match {
case Some(i) => x += i
case None =>
@@ -96,7 +96,7 @@ object Test extends App {
}
time {
var x = 0
- for (i <- 0 to 10000)
+ for (i <- 0 to 10000)
s get i match {
case Some(i) => x += i
case None =>