aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7669.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t7669.check')
-rw-r--r--tests/patmat/t7669.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t7669.check b/tests/patmat/t7669.check
index 2804dbf5c..a8a331424 100644
--- a/tests/patmat/t7669.check
+++ b/tests/patmat/t7669.check
@@ -1,5 +1 @@
-./tests/patmat/t7669.scala:10: warning: match may not be exhaustive.
-It would fail on the following input: NotHandled(_)
- def exhausto(expr: Expr): Unit = expr match {
- ^
-one warning found \ No newline at end of file
+10: Pattern Match Exhaustivity: NotHandled(_)