summaryrefslogtreecommitdiff
path: root/test/files/run/bug1074.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-02-14 21:05:27 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-02-14 21:05:27 +0000
commit2d6575b79b6933019fa7899b9292d04b8530619e (patch)
treeb270c81b5ba8d43bba4f7b2d50828e1166b90a2e /test/files/run/bug1074.check
parent8e76ce6368d00786aac050b4beae914d991c3012 (diff)
downloadscala-2d6575b79b6933019fa7899b9292d04b8530619e.tar.gz
scala-2d6575b79b6933019fa7899b9292d04b8530619e.tar.bz2
scala-2d6575b79b6933019fa7899b9292d04b8530619e.zip
Fixing tests depending on map and set string re...
Fixing tests depending on map and set string representations. 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 ccf1cb1551..def79b6089 100644
--- a/test/files/run/bug1074.check
+++ b/test/files/run/bug1074.check
@@ -1,3 +1,3 @@
-q0 = Set(kl, jk, cd, fg, ef, gh, a, de, hj, b, lm, mn)
-q1 = Set() 0
-q2 = Set() 0
+q0 = HashSet(kl, jk, cd, fg, ef, gh, a, de, hj, b, lm, mn)
+q1 = HashSet() 0
+q2 = HashSet() 0