aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/enum/expected.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/enum/expected.check')
-rw-r--r--tests/patmat/enum/expected.check11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/patmat/enum/expected.check b/tests/patmat/enum/expected.check
index b3dafa8bd..296cf8bb2 100644
--- a/tests/patmat/enum/expected.check
+++ b/tests/patmat/enum/expected.check
@@ -1,9 +1,2 @@
-./tests/patmat/enum/patmat-enum.scala:4: warning: match may not be exhaustive.
-It would fail on the following input: SATURDAY, FRIDAY, THURSDAY, SUNDAY
- day match {
- ^
-./tests/patmat/enum/patmat-enum.scala:15: warning: match may not be exhaustive.
-It would fail on the following input: SATURDAY, FRIDAY, THURSDAY
- day match {
- ^
-two warnings found \ No newline at end of file
+4: Pattern Match Exhaustivity: SATURDAY, FRIDAY, THURSDAY, SUNDAY
+15: Pattern Match Exhaustivity: SATURDAY, FRIDAY, THURSDAY