summaryrefslogtreecommitdiff
path: root/test/files/neg/bug236.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug236.check')
-rw-r--r--test/files/neg/bug236.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug236.check b/test/files/neg/bug236.check
index 6c1b463d68..1121d47663 100644
--- a/test/files/neg/bug236.check
+++ b/test/files/neg/bug236.check
@@ -1,4 +1,4 @@
-bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int)
+bug236.scala:4: wrong number of arguments for constructor A()
class B extends A(1) {
^
one error found