summaryrefslogtreecommitdiff
path: root/test/files/neg/t3934.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3934.check')
-rw-r--r--test/files/neg/t3934.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3934.check b/test/files/neg/t3934.check
index 405ed2e879..8b06799f0d 100644
--- a/test/files/neg/t3934.check
+++ b/test/files/neg/t3934.check
@@ -1,6 +1,6 @@
t3934.scala:15: error: method f2 in class J cannot be accessed in test.J
Access to protected method f2 not permitted because
- enclosing class S1 in package nest is not a subclass of
+ enclosing class S1 in package nest is not a subclass of
class J in package test where target is defined
def g2(x: J) = x.f2()
^