summaryrefslogtreecommitdiff
path: root/src/intellij/test/files/neg/virtpatmat_exhaust_big.check
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/test/files/neg/virtpatmat_exhaust_big.check')
-rw-r--r--src/intellij/test/files/neg/virtpatmat_exhaust_big.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/intellij/test/files/neg/virtpatmat_exhaust_big.check b/src/intellij/test/files/neg/virtpatmat_exhaust_big.check
deleted file mode 100644
index fddc85a362..0000000000
--- a/src/intellij/test/files/neg/virtpatmat_exhaust_big.check
+++ /dev/null
@@ -1,7 +0,0 @@
-virtpatmat_exhaust_big.scala:27: warning: match may not be exhaustive.
-It would fail on the following input: Z11()
- def foo(z: Z) = z match {
- ^
-error: No warnings can be incurred under -Xfatal-warnings.
-one warning found
-one error found