summaryrefslogtreecommitdiff
path: root/test/files/neg/t3098.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3098.check')
-rw-r--r--test/files/neg/t3098.check5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/files/neg/t3098.check b/test/files/neg/t3098.check
index 403da281c8..85829747b9 100644
--- a/test/files/neg/t3098.check
+++ b/test/files/neg/t3098.check
@@ -1,6 +1,5 @@
-b.scala:3: error: match is not exhaustive!
-missing combination C
-
+b.scala:3: error: match may not be exhaustive.
+It would fail on the following input: (_ : C)
def f = (null: T) match {
^
one error found