aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t2442/expected.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t2442/expected.check')
-rw-r--r--tests/patmat/t2442/expected.check11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/patmat/t2442/expected.check b/tests/patmat/t2442/expected.check
index 33110ce43..7bbcb4c2d 100644
--- a/tests/patmat/t2442/expected.check
+++ b/tests/patmat/t2442/expected.check
@@ -1,9 +1,2 @@
-./tests/patmat/t2442/t2442.scala:4: warning: match may not be exhaustive.
-It would fail on the following input: THREE
- def f(e: MyEnum) = e match {
- ^
-./tests/patmat/t2442/t2442.scala:11: warning: match may not be exhaustive.
-It would fail on the following input: BLUE
- def g(e: MySecondEnum) = e match {
- ^
-two warnings found
+4: Pattern Match Exhaustivity: THREE
+11: Pattern Match Exhaustivity: BLUE