summaryrefslogtreecommitdiff
path: root/test/files/neg/t2442.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2442.check')
-rw-r--r--test/files/neg/t2442.check6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/files/neg/t2442.check b/test/files/neg/t2442.check
index b45ce3a2f5..714816fd62 100644
--- a/test/files/neg/t2442.check
+++ b/test/files/neg/t2442.check
@@ -2,4 +2,8 @@ t2442.scala:4: error: match may not be exhaustive.
It would fail on the following input: THREE
def f(e: MyEnum) = e match {
^
-one error found
+t2442.scala:11: error: match may not be exhaustive.
+It would fail on the following input: BLUE
+ def g(e: MySecondEnum) = e match {
+ ^
+two errors found