summaryrefslogtreecommitdiff
path: root/test/files/neg/stable.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/stable.check')
-rw-r--r--test/files/neg/stable.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/stable.check b/test/files/neg/stable.check
index eaa64ef62a..f9e56d5b61 100644
--- a/test/files/neg/stable.check
+++ b/test/files/neg/stable.check
@@ -1,7 +1,7 @@
-stable.scala:10: stable identifier required, but test.y found.
+stable.scala:10: stable identifier required, but test.this.y found.
type b = y.T;
^
-stable.scala:11: stable identifier required, but test.z found.
+stable.scala:11: stable identifier required, but test.this.z found.
type c = z.T;
^
two errors found