summaryrefslogtreecommitdiff
path: root/test/files/run/t2417.check
diff options
context:
space:
mode:
authorTiark Rompf <tiark.rompf@epfl.ch>2010-03-16 21:53:07 +0000
committerTiark Rompf <tiark.rompf@epfl.ch>2010-03-16 21:53:07 +0000
commit704aa0362f48c26f3cf0b166d3a64c75f5387e8b (patch)
treece87eb20fd7385c97a18f405fc36e815c441cd9f /test/files/run/t2417.check
parent5ea6fc6807c84234e197116026a07ab49a581db9 (diff)
downloadscala-704aa0362f48c26f3cf0b166d3a64c75f5387e8b.tar.gz
scala-704aa0362f48c26f3cf0b166d3a64c75f5387e8b.tar.bz2
scala-704aa0362f48c26f3cf0b166d3a64c75f5387e8b.zip
added test case for #2417. no review
Diffstat (limited to 'test/files/run/t2417.check')
-rw-r--r--test/files/run/t2417.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/t2417.check b/test/files/run/t2417.check
new file mode 100644
index 0000000000..36c954be24
--- /dev/null
+++ b/test/files/run/t2417.check
@@ -0,0 +1,12 @@
+testing small Map that doesn't promote to HashMap...
+
+testing single-threaded HashMap use...
+
+testing HashMap.size from multiple threads...
+
+testing small Set that doesn't promote to HashSet...
+
+testing single-threaded HashSet use...
+
+testing HashSet.size from multiple threads...
+