From 4231751ecf81819f9e973df817c884158014fa51 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 28 Sep 2009 12:15:42 +0000 Subject: fixed up tests --- test/files/neg/implicits.check | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/files/neg/implicits.check') 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 -- cgit v1.2.3