summaryrefslogtreecommitdiff
path: root/test/files/neg/t464-neg.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
committerPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
commit2b7fb460dd1e666ed37ccba49a82aab959413c22 (patch)
tree70f8f2b5799290a7d2d73632e91d82674be88ede /test/files/neg/t464-neg.check
parent8e4cf271282e392c0ad0ea46217af6393a3f731a (diff)
downloadscala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.gz
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.bz2
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.zip
Updated checkfiles to subtract ScalaObject.
Diffstat (limited to 'test/files/neg/t464-neg.check')
-rw-r--r--test/files/neg/t464-neg.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t464-neg.check b/test/files/neg/t464-neg.check
index aea1987b2e..e822e7fb6b 100644
--- a/test/files/neg/t464-neg.check
+++ b/test/files/neg/t464-neg.check
@@ -1,7 +1,7 @@
t464-neg.scala:7: error: not found: value f1
f1()
^
-t464-neg.scala:8: error: method f1 in class A cannot be accessed in A with ScalaObject
+t464-neg.scala:8: error: method f1 in class A cannot be accessed in A
super.f1()
^
t464-neg.scala:9: error: value f2 is not a member of B
@@ -10,7 +10,7 @@ t464-neg.scala:9: error: value f2 is not a member of B
t464-neg.scala:10: error: method f3 in class A cannot be accessed in B
f3()
^
-t464-neg.scala:11: error: method f3 in class A cannot be accessed in A with ScalaObject
+t464-neg.scala:11: error: method f3 in class A cannot be accessed in A
super.f3()
^
5 errors found