summaryrefslogtreecommitdiff
path: root/test/files/neg/t6771b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6771b.check')
-rw-r--r--test/files/neg/t6771b.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6771b.check b/test/files/neg/t6771b.check
index ba99e9178d..0c9fae533e 100644
--- a/test/files/neg/t6771b.check
+++ b/test/files/neg/t6771b.check
@@ -1,4 +1,4 @@
-t6771b.scala:14: error: type mismatch;
+t6771b.scala:12: error: type mismatch;
found : x.type (with underlying type String)
required: Test.a.type
b = b match { case x => x }