summaryrefslogtreecommitdiff
path: root/test/files/neg/null-unsoundness.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/null-unsoundness.check')
-rw-r--r--test/files/neg/null-unsoundness.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/neg/null-unsoundness.check b/test/files/neg/null-unsoundness.check
deleted file mode 100644
index 5f28e76d06..0000000000
--- a/test/files/neg/null-unsoundness.check
+++ /dev/null
@@ -1,5 +0,0 @@
-null-unsoundness.scala:8: error: stable identifier required, but A.this.x found.
- Note that value x is not stable because its type, A.this.D with A.this.A, is volatile.
- var y: x.T = new C("abc")
- ^
-one error found