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/bug3714-neg.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/bug3714-neg.check') 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 ^ -- cgit v1.2.3