summaryrefslogtreecommitdiff
path: root/test/neg/protected.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/protected.check')
-rw-r--r--test/neg/protected.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/protected.check b/test/neg/protected.check
index 23a5865dab..eed6f32d00 100644
--- a/test/neg/protected.check
+++ b/test/neg/protected.check
@@ -1,4 +1,4 @@
-protected.scala:11: error overriding method y in class A;
+./neg/protected.scala:11: error overriding method y in class A;
method y in class B has weaker access privileges; it should not be protected
protected def y(): int;
^