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