summaryrefslogtreecommitdiff
path: root/test/files/neg/t5572.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5572.check')
-rw-r--r--test/files/neg/t5572.check7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/t5572.check b/test/files/neg/t5572.check
index 7b1e290861..3c9adf41cd 100644
--- a/test/files/neg/t5572.check
+++ b/test/files/neg/t5572.check
@@ -3,9 +3,14 @@ t5572.scala:16: error: type mismatch;
required: A
Z.transf(a, b) match {
^
+t5572.scala:16: error: type mismatch;
+ found : A
+ required: B
+ Z.transf(a, b) match {
+ ^
t5572.scala:18: error: type mismatch;
found : A
required: B
run(sth, b)
^
-two errors found
+three errors found