summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7294b.check')
-rw-r--r--test/files/neg/t7294b.check4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/neg/t7294b.check b/test/files/neg/t7294b.check
index 0033b72125..3390cb7278 100644
--- a/test/files/neg/t7294b.check
+++ b/test/files/neg/t7294b.check
@@ -1,6 +1,4 @@
-t7294b.scala:1: warning: inheritance from class Tuple2 in package scala is deprecated: Tuples will be made final in a future version.
+t7294b.scala:1: error: illegal inheritance from final class Tuple2
class C extends Tuple2[Int, Int](0, 0)
^
-error: No warnings can be incurred under -Xfatal-warnings.
-one warning found
one error found