summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462a.check
diff options
context:
space:
mode:
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 040a01f3a1..86d74b86d4 100644
--- a/test/files/neg/t2462a.check
+++ b/test/files/neg/t2462a.check
@@ -1,4 +1,4 @@
-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].
+t2462a.scala:2: error: Cannot construct a collection of type List[String] with elements of type Int based on a collection of type List[Int].
List(1,2,3).map[Int, List[String]](x => 1)
^
one error found