From bc7e8ae564e604d082ff0cf0a8b9de2fda4c89b6 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 8 Jul 2004 08:39:53 +0000 Subject: - error message has changed. --- test/files/neg/bug236.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg') 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 -- cgit v1.2.3