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