aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t6582_exhaust_big.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t6582_exhaust_big.check')
-rw-r--r--tests/patmat/t6582_exhaust_big.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t6582_exhaust_big.check b/tests/patmat/t6582_exhaust_big.check
index c244e5ba5..3721edc70 100644
--- a/tests/patmat/t6582_exhaust_big.check
+++ b/tests/patmat/t6582_exhaust_big.check
@@ -1,5 +1 @@
-./tests/patmat/t6582_exhaust_big.scala:27: warning: match may not be exhaustive.
-It would fail on the following input: Z.Z11()
- def foo(z: Z) = z match {
- ^
-one warning found
+27: Pattern Match Exhaustivity: Z.Z11()