summaryrefslogtreecommitdiff
path: root/test/files/neg/t6675.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6675.check')
-rw-r--r--test/files/neg/t6675.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/neg/t6675.check b/test/files/neg/t6675.check
index 7b271de213..3a277af866 100644
--- a/test/files/neg/t6675.check
+++ b/test/files/neg/t6675.check
@@ -1,4 +1,6 @@
-t6675.scala:10: error: extractor pattern binds a single value to a Product3 of type (Int, Int, Int)
+t6675.scala:10: warning: extractor pattern binds a single value to a Product3 of type (Int, Int, Int)
"" match { case X(b) => b } // should warn under -Xlint. Not an error because of SI-6111
^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
one error found