summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-09-28 12:15:42 +0000
committerMartin Odersky <odersky@gmail.com>2009-09-28 12:15:42 +0000
commit4231751ecf81819f9e973df817c884158014fa51 (patch)
tree8bac8cae714f6b7dd0076165bf5a6be1ce7a2d23 /test/files/neg/implicits.check
parent53d98e7d421d55054fb0bcb606539fc36364bebf (diff)
downloadscala-4231751ecf81819f9e973df817c884158014fa51.tar.gz
scala-4231751ecf81819f9e973df817c884158014fa51.tar.bz2
scala-4231751ecf81819f9e973df817c884158014fa51.zip
fixed up tests
Diffstat (limited to 'test/files/neg/implicits.check')
-rw-r--r--test/files/neg/implicits.check7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/implicits.check b/test/files/neg/implicits.check
index e7ef03b387..d94e1f27f2 100644
--- a/test/files/neg/implicits.check
+++ b/test/files/neg/implicits.check
@@ -12,4 +12,9 @@ implicits.scala:38: error: type mismatch;
required: Int
foo(set)
^
-two errors found
+implicits.scala:46: error: type mismatch;
+ found : List[Any]
+ required: scala.List[Mxml]
+ children.toList.flatMap ( e => {
+ ^
+three errors found