summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462a.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2010-08-21 08:25:00 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2010-08-21 08:25:00 +0000
commitfc735859fff7f611544103b310e437ba2c8e4471 (patch)
tree6691f1d24779cbbe3263d94902807b45d24d8e91 /test/files/neg/t2462a.check
parente11cac6ecc3c8791be3a37fc3b9f6837c9d46d23 (diff)
downloadscala-fc735859fff7f611544103b310e437ba2c8e4471.tar.gz
scala-fc735859fff7f611544103b310e437ba2c8e4471.tar.bz2
scala-fc735859fff7f611544103b310e437ba2c8e4471.zip
forgot to update check file after renaming tests.
Diffstat (limited to 'test/files/neg/t2462a.check')
-rw-r--r--test/files/neg/t2462a.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2462a.check b/test/files/neg/t2462a.check
index b609ec519f..040a01f3a1 100644
--- a/test/files/neg/t2462a.check
+++ b/test/files/neg/t2462a.check
@@ -1,4 +1,4 @@
-implicitNotFound.scala:2: error: Cannot construct a collection of type List[String] with elements of type Int based on a collection of type List[String].
+t2462a.scala:2: error: Cannot construct a collection of type List[String] with elements of type Int based on a collection of type List[String].
List(1,2,3).map[Int, List[String]](x => 1)
^
one error found