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.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/neg/t3683a.check b/test/files/neg/t3683a.check
index 3de3ad784e..6386265ebc 100644
--- a/test/files/neg/t3683a.check
+++ b/test/files/neg/t3683a.check
@@ -1,5 +1,7 @@
-t3683a.scala:14: error: match may not be exhaustive.
+t3683a.scala:14: warning: match may not be exhaustive.
It would fail on the following input: XX()
w match {
^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
one error found