summaryrefslogtreecommitdiff
path: root/test/files/neg/t4460b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4460b.check')
-rw-r--r--test/files/neg/t4460b.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4460b.check b/test/files/neg/t4460b.check
index f0e703fd10..9a621dbd5c 100644
--- a/test/files/neg/t4460b.check
+++ b/test/files/neg/t4460b.check
@@ -1,4 +1,4 @@
-t4460b.scala:7: error: called constructor's definition must precede calling constructor's definition
+t4460b.scala:7: error: constructor invokes itself
def this() = this() // was binding to Predef.<init> !!
^
one error found