aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t8511.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t8511.check')
-rw-r--r--tests/patmat/t8511.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t8511.check b/tests/patmat/t8511.check
index df07d019a..6f63f1040 100644
--- a/tests/patmat/t8511.check
+++ b/tests/patmat/t8511.check
@@ -1,5 +1 @@
-./tests/patmat/t8511.scala:18: warning: match may not be exhaustive.
-It would fail on the following input: Baz(), Bar(_)
- private def logic(head: Expr): String = head match {
- ^
-one warning found \ No newline at end of file
+18: Pattern Match Exhaustivity: Baz(), Bar(_)