summaryrefslogtreecommitdiff
path: root/test/files/neg/t5352.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5352.check')
-rw-r--r--test/files/neg/t5352.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5352.check b/test/files/neg/t5352.check
index d24b0e8ee1..1675da9e9a 100644
--- a/test/files/neg/t5352.check
+++ b/test/files/neg/t5352.check
@@ -6,7 +6,7 @@ t5352.scala:11: error: type mismatch;
^
t5352.scala:14: error: method f in class Bar1 cannot be accessed in boop.Bar1
Access to protected method f not permitted because
- enclosing object boop is not a subclass of
+ enclosing object boop is not a subclass of
class Bar1 in object boop where target is defined
(new Bar1).f
^