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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t0345.check b/test/files/neg/t0345.check
index cf1d330360..1e55d01cd1 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 (a: Nothing)Unit is not defined
- val empty = new Lizt[Nothing] {
- ^
+ val empty = new Lizt[Nothing] {
+ ^
one error found