aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t8700a/expected.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t8700a/expected.check')
-rw-r--r--tests/patmat/t8700a/expected.check11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/patmat/t8700a/expected.check b/tests/patmat/t8700a/expected.check
index 83f1c5a9e..c4774f824 100644
--- a/tests/patmat/t8700a/expected.check
+++ b/tests/patmat/t8700a/expected.check
@@ -1,9 +1,2 @@
-./tests/patmat/t8700a/Bar.scala:2: warning: match may not be exhaustive.
-It would fail on the following input: B
- def bar1(foo: Foo) = foo match {
- ^
-./tests/patmat/t8700a/Bar.scala:6: warning: match may not be exhaustive.
-It would fail on the following input: B
- def bar2(foo: Baz) = foo match {
- ^
-two warnings found
+2: Pattern Match Exhaustivity: B
+6: Pattern Match Exhaustivity: B