summaryrefslogtreecommitdiff
path: root/test/files/neg/t3683a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3683a.check')
-rw-r--r--test/files/neg/t3683a.check5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/files/neg/t3683a.check b/test/files/neg/t3683a.check
index 18e80dd5e8..3de3ad784e 100644
--- a/test/files/neg/t3683a.check
+++ b/test/files/neg/t3683a.check
@@ -1,6 +1,5 @@
-t3683a.scala:14: error: match is not exhaustive!
-missing combination XX
-
+t3683a.scala:14: error: match may not be exhaustive.
+It would fail on the following input: XX()
w match {
^
one error found