aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t3683a.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t3683a.check')
-rw-r--r--tests/patmat/t3683a.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t3683a.check b/tests/patmat/t3683a.check
index df5e691c6..fdcafc596 100644
--- a/tests/patmat/t3683a.check
+++ b/tests/patmat/t3683a.check
@@ -1,5 +1 @@
-./tests/patmat/t3683a.scala:14: warning: match may not be exhaustive.
-It would fail on the following input: XX()
- w match {
- ^
-one warning found
+14: Pattern Match Exhaustivity: XX()