summaryrefslogtreecommitdiff
path: root/test/files/neg/t4541b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4541b.check')
-rw-r--r--test/files/neg/t4541b.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4541b.check b/test/files/neg/t4541b.check
index 8a52fd97f4..2aae95f6b9 100644
--- a/test/files/neg/t4541b.check
+++ b/test/files/neg/t4541b.check
@@ -1,5 +1,5 @@
t4541b.scala:13: error: variable data in class SparseArray cannot be accessed in SparseArray[Int]
- Access to protected method data not permitted because
+ Access to protected variable data not permitted because
prefix type SparseArray[Int] does not conform to
class SparseArray$mcI$sp where the access take place
use(that.data.clone)