summaryrefslogtreecommitdiff
path: root/test/files/neg/bug432.check
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-09-27 08:40:24 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-09-27 08:40:24 +0000
commit648556baef4b6f7f1a87f0bf0097bddcdb869cfc (patch)
tree3372d20b6225e27af0950eba89b67d5aecaa21ea /test/files/neg/bug432.check
parent67717605c87e854e576489f66cfc150f5eb785f0 (diff)
downloadscala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.tar.gz
scala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.tar.bz2
scala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.zip
Fixed interpreter error recovery mode and somet...
Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
Diffstat (limited to 'test/files/neg/bug432.check')
-rw-r--r--test/files/neg/bug432.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug432.check b/test/files/neg/bug432.check
index 54d4bd7817..f6bc664485 100644
--- a/test/files/neg/bug432.check
+++ b/test/files/neg/bug432.check
@@ -1,4 +1,4 @@
bug432.scala:2: error: Tata is already defined as case class Tata
object Tata
-^
+ ^
one error found