summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2009-10-21 13:55:41 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2009-10-21 13:55:41 +0000
commit03bea84fa11a65fd87a2a6766572d9405381c89d (patch)
tree555214ac57101987ce94be21e06078393d4c09a4 /test/files/neg
parentf818b44b1c7a4ad62271600d85dc41602a7349f7 (diff)
downloadscala-03bea84fa11a65fd87a2a6766572d9405381c89d.tar.gz
scala-03bea84fa11a65fd87a2a6766572d9405381c89d.tar.bz2
scala-03bea84fa11a65fd87a2a6766572d9405381c89d.zip
fixed failing testcases due to previous commit ...
fixed failing testcases due to previous commit (renaming of BuilderFactory)
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t2031.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2031.check b/test/files/neg/t2031.check
index 1e58fd795c..74aa6c9c0b 100644
--- a/test/files/neg/t2031.check
+++ b/test/files/neg/t2031.check
@@ -1,6 +1,6 @@
t2031.scala:8: error: polymorphic expression cannot be instantiated to expected type;
found : [A]scala.collection.mutable.Builder[A,scala.collection.immutable.TreeSet[A]]
- required: scala.collection.generic.BuilderFactory[Int,?,scala.collection.immutable.TreeSet[Int]]
+ required: scala.collection.generic.CanBuildFrom[scala.collection.immutable.TreeSet[Int],Int,?]
res0.map(x => x)(TreeSet.newBuilder)
^
one error found