summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3714-neg.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-08-11 21:40:15 +0000
committermichelou <michelou@epfl.ch>2011-08-11 21:40:15 +0000
commitfebd8857dda25f79704031e5bd2005b7271025c1 (patch)
tree22485ae199b868d739c40df3fb74cf7d77e248cb /test/files/neg/bug3714-neg.check
parente4288e5143dc85e9b22d881bf5b19996597722f6 (diff)
downloadscala-febd8857dda25f79704031e5bd2005b7271025c1.tar.gz
scala-febd8857dda25f79704031e5bd2005b7271025c1.tar.bz2
scala-febd8857dda25f79704031e5bd2005b7271025c1.zip
fixed text in error message
Diffstat (limited to 'test/files/neg/bug3714-neg.check')
-rw-r--r--test/files/neg/bug3714-neg.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug3714-neg.check b/test/files/neg/bug3714-neg.check
index fab6623001..48420514ec 100644
--- a/test/files/neg/bug3714-neg.check
+++ b/test/files/neg/bug3714-neg.check
@@ -1,12 +1,12 @@
bug3714-neg.scala:17: error: value break in class BreakImpl cannot be accessed in BreakImpl
Access to protected value break not permitted because
- enclosing class object Test is not a subclass of
+ enclosing object Test is not a subclass of
class BreakImpl where target is defined
case b: BreakImpl => b.break
^
bug3714-neg.scala:25: error: value break in class BreakImpl cannot be accessed in BreakImpl
Access to protected value break not permitted because
- enclosing class object Test is not a subclass of
+ enclosing object Test is not a subclass of
class BreakImpl where target is defined
case b: BreakImpl => b.break
^