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.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/stable.check b/test/files/neg/stable.check
deleted file mode 100644
index f9e56d5b61..0000000000
--- a/test/files/neg/stable.check
+++ /dev/null
@@ -1,7 +0,0 @@
-stable.scala:10: stable identifier required, but test.this.y found.
- type b = y.T;
- ^
-stable.scala:11: stable identifier required, but test.this.z found.
- type c = z.T;
- ^
-two errors found