summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-04 16:04:30 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-04 16:04:30 +0000
commit4fff3aad3d1b567179cf14eb0f1adbdb181acf1f (patch)
treebea1b55055ea708c79e458bf717a2afbdc369713 /test/files/neg
parent26877991ed96534fdfdddc81cd112ca81a779c13 (diff)
downloadscala-4fff3aad3d1b567179cf14eb0f1adbdb181acf1f.tar.gz
scala-4fff3aad3d1b567179cf14eb0f1adbdb181acf1f.tar.bz2
scala-4fff3aad3d1b567179cf14eb0f1adbdb181acf1f.zip
Fixed the test that broke because of the
change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/bug521.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug521.check b/test/files/neg/bug521.check
index 1b05acae18..b85e26677b 100644
--- a/test/files/neg/bug521.check
+++ b/test/files/neg/bug521.check
@@ -9,7 +9,7 @@ bug521.scala:13: error: class ZipArchive needs to be abstract, since method path
final class ZipArchive(val file : File, archive : ZipFile) extends PlainFile(file) {
^
bug521.scala:15: error: error overriding value path in class VirtualFile of type String;
- method path needs to be an immutable value
+ method path is not stable
override def path = "";
^
four errors found