aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t4408.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t4408.check')
-rw-r--r--tests/patmat/t4408.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t4408.check b/tests/patmat/t4408.check
index 53bfe1c2c..2bd8b583f 100644
--- a/tests/patmat/t4408.check
+++ b/tests/patmat/t4408.check
@@ -1,5 +1 @@
-./tests/patmat/t4408.scala:2: warning: match may not be exhaustive.
-It would fail on the following input: List(_, _, _)
- def printList(in: List[String]): Unit = in match {
- ^
-one warning found \ No newline at end of file
+2: Pattern Match Exhaustivity: List(_, _, _)