From febd8857dda25f79704031e5bd2005b7271025c1 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 11 Aug 2011 21:40:15 +0000 Subject: fixed text in error message --- test/files/neg/protected-static-fail.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/protected-static-fail.check') diff --git a/test/files/neg/protected-static-fail.check b/test/files/neg/protected-static-fail.check index 2f8a0caeab..e149bc016f 100644 --- a/test/files/neg/protected-static-fail.check +++ b/test/files/neg/protected-static-fail.check @@ -3,13 +3,13 @@ S.scala:5: error: method f in object J cannot be accessed in object bippy.J ^ S.scala:6: error: method f1 in object S1 cannot be accessed in object bippy.S1 Access to protected method f1 not permitted because - enclosing class object Test in package bippy is not a subclass of + enclosing object Test in package bippy is not a subclass of object S1 in package bippy where target is defined S1.f1() ^ S.scala:8: error: method f2 in class S2 cannot be accessed in bippy.S2 Access to protected method f2 not permitted because - enclosing class object Test in package bippy is not a subclass of + enclosing object Test in package bippy is not a subclass of class S2 in package bippy where target is defined x.f2() ^ -- cgit v1.2.3