summaryrefslogtreecommitdiff
path: root/test/files/neg/constrs.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/constrs.check')
-rw-r--r--test/files/neg/constrs.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/constrs.check b/test/files/neg/constrs.check
index 4f4a12bc13..8a5bd97ae3 100644
--- a/test/files/neg/constrs.check
+++ b/test/files/neg/constrs.check
@@ -7,7 +7,7 @@ constrs.scala:6: error: value u is not a member of object test
constrs.scala:10: error: called constructor's definition must precede calling constructor's definition
def this() = this("abc")
^
-constrs.scala:12: error: called constructor's definition must precede calling constructor's definition
+constrs.scala:12: error: constructor invokes itself
def this(x: Boolean) = this(x)
^
constrs.scala:16: error: type mismatch;