aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/virtpatmat_apply.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/virtpatmat_apply.check')
-rw-r--r--tests/patmat/virtpatmat_apply.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/virtpatmat_apply.check b/tests/patmat/virtpatmat_apply.check
index d10d82165..aa4d0b884 100644
--- a/tests/patmat/virtpatmat_apply.check
+++ b/tests/patmat/virtpatmat_apply.check
@@ -1,5 +1 @@
-./tests/patmat/virtpatmat_apply.scala:2: warning: match may not be exhaustive.
-It would fail on the following input: List(_)
- List(1, 2, 3) match {
- ^
-one warning found \ No newline at end of file
+2: Pattern Match Exhaustivity: List(_)