summaryrefslogtreecommitdiff
path: root/test/files/neg/t0345.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0345.check')
-rw-r--r--test/files/neg/t0345.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0345.check b/test/files/neg/t0345.check
index f4a5275336..cf1d330360 100644
--- a/test/files/neg/t0345.check
+++ b/test/files/neg/t0345.check
@@ -1,4 +1,4 @@
-t0345.scala:2: error: object creation impossible, since method cons in trait Lizt of type (Nothing)Unit is not defined
+t0345.scala:2: error: object creation impossible, since method cons in trait Lizt of type (a: Nothing)Unit is not defined
val empty = new Lizt[Nothing] {
^
one error found