aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t9232.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t9232.check')
-rw-r--r--tests/patmat/t9232.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/patmat/t9232.check b/tests/patmat/t9232.check
index c3957c0ff..36949147a 100644
--- a/tests/patmat/t9232.check
+++ b/tests/patmat/t9232.check
@@ -1,5 +1 @@
-./tests/patmat/t9232.scala:13: warning: match may not be exhaustive.
-It would fail on the following input: Node2()
- def transformTree(tree: Tree): Any = tree match {
- ^
-one warning found
+13: Pattern Match Exhaustivity: Node2()