summaryrefslogtreecommitdiff
path: root/test/files/run/collections.check
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-09-18 09:57:03 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-09-18 09:57:03 -0700
commitc9b2ef64108d75ab41ff95cc32bc503e77653e66 (patch)
tree8c20c020da84210aa3fdb09c7ab97bc6d2d4c6a4 /test/files/run/collections.check
parenta9f95dc29f366d935604f15a4a99cbfd1a1bd275 (diff)
parentdbd641f592310d7243f675e27ecc8b9d47684309 (diff)
downloadscala-c9b2ef64108d75ab41ff95cc32bc503e77653e66.tar.gz
scala-c9b2ef64108d75ab41ff95cc32bc503e77653e66.tar.bz2
scala-c9b2ef64108d75ab41ff95cc32bc503e77653e66.zip
Merge pull request #1298 from pavelpavlov/SI-5767
SI-5767 fix + protecting public FlatHashMap API
Diffstat (limited to 'test/files/run/collections.check')
-rw-r--r--test/files/run/collections.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/collections.check b/test/files/run/collections.check
index b87a5998c5..c24150b24d 100644
--- a/test/files/run/collections.check
+++ b/test/files/run/collections.check
@@ -2,6 +2,10 @@
test1: 14005
test2: 25005003, iters = 5000
test3: 25005003
+***** mutable.LinkedHashSet:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
***** immutable.Set:
test1: 14005
test2: 25005003, iters = 5000
@@ -18,6 +22,10 @@ test3: 25005003
test1: 14005
test2: 25005003, iters = 5000
test3: 25005003
+***** mutable.LinkedHashMap:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
***** immutable.Map:
test1: 14005
test2: 25005003, iters = 5000