summaryrefslogtreecommitdiff
path: root/test/files/neg/elide-to-nothing.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/elide-to-nothing.check')
-rw-r--r--test/files/neg/elide-to-nothing.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/elide-to-nothing.check b/test/files/neg/elide-to-nothing.check
deleted file mode 100644
index 3ef05aac9a..0000000000
--- a/test/files/neg/elide-to-nothing.check
+++ /dev/null
@@ -1,4 +0,0 @@
-elide-to-nothing.scala:14: error: Cannot elide where Nothing is required.
- val b: Nothing = unimplemented()
- ^
-one error found