summaryrefslogtreecommitdiff
path: root/test/files/neg/saito.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-08-22 13:51:56 +0000
committerMartin Odersky <odersky@gmail.com>2007-08-22 13:51:56 +0000
commit4976d17863e6b2a9bfc6c127ac7c54c5c375ac56 (patch)
treef561a520d235a7973ed7e478799e42d7304c99e0 /test/files/neg/saito.check
parentcb77b69a4239cc6fb27f9cb3ff3d17ed5a699759 (diff)
downloadscala-4976d17863e6b2a9bfc6c127ac7c54c5c375ac56.tar.gz
scala-4976d17863e6b2a9bfc6c127ac7c54c5c375ac56.tar.bz2
scala-4976d17863e6b2a9bfc6c127ac7c54c5c375ac56.zip
NEW TEST BUG1279. FIXED CHECK FILE.
Diffstat (limited to 'test/files/neg/saito.check')
-rw-r--r--test/files/neg/saito.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/saito.check b/test/files/neg/saito.check
index 51964e6fd4..061a45b76e 100644
--- a/test/files/neg/saito.check
+++ b/test/files/neg/saito.check
@@ -1,4 +1,4 @@
-saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B with A
+saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type A with B
val a: A = new A; // should not be allowed
^
one error found