summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-07-08 08:39:53 +0000
committermichelou <michelou@epfl.ch>2004-07-08 08:39:53 +0000
commitbc7e8ae564e604d082ff0cf0a8b9de2fda4c89b6 (patch)
tree25579a487c14bddc055a887540a0039181781a77 /test/files/neg
parent82fac1f8d80eb7c3453638a469b255aacfcb7530 (diff)
downloadscala-bc7e8ae564e604d082ff0cf0a8b9de2fda4c89b6.tar.gz
scala-bc7e8ae564e604d082ff0cf0a8b9de2fda4c89b6.tar.bz2
scala-bc7e8ae564e604d082ff0cf0a8b9de2fda4c89b6.zip
- error message has changed.
Diffstat (limited to 'test/files/neg')
-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