summaryrefslogtreecommitdiff
path: root/test/files/run/bug1074.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-02-15 10:05:23 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-02-15 10:05:23 +0000
commitb8a23b072fa0467650be1b56672e0b830d7c8f99 (patch)
tree4601ddaf01c46e7f6a52b623fb51b966e2c0ea0b /test/files/run/bug1074.check
parenta1309ca93b909f364993dc0c50659792fe744781 (diff)
downloadscala-b8a23b072fa0467650be1b56672e0b830d7c8f99.tar.gz
scala-b8a23b072fa0467650be1b56672e0b830d7c8f99.tar.bz2
scala-b8a23b072fa0467650be1b56672e0b830d7c8f99.zip
Revert "Added missing string prefixes for names...
Revert "Added missing string prefixes for names of map and set collection classes." and related commits. No review.
Diffstat (limited to 'test/files/run/bug1074.check')
-rw-r--r--test/files/run/bug1074.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/bug1074.check b/test/files/run/bug1074.check
index def79b6089..ccf1cb1551 100644
--- a/test/files/run/bug1074.check
+++ b/test/files/run/bug1074.check
@@ -1,3 +1,3 @@
-q0 = HashSet(kl, jk, cd, fg, ef, gh, a, de, hj, b, lm, mn)
-q1 = HashSet() 0
-q2 = HashSet() 0
+q0 = Set(kl, jk, cd, fg, ef, gh, a, de, hj, b, lm, mn)
+q1 = Set() 0
+q2 = Set() 0