summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294b.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-07-20 16:41:40 +0200
committerGitHub <noreply@github.com>2016-07-20 16:41:40 +0200
commit5ddb0bbe36e7caa44c9442b059d103f7f4e75331 (patch)
tree8fe2193790978f66af5e95055e3bf6ac97af307b /test/files/neg/t7294b.check
parent2f75e051a181d4f8618746953ec07226b556fdb3 (diff)
parentcd9240ed524e69f01fcd872b9791754102c6530b (diff)
downloadscala-5ddb0bbe36e7caa44c9442b059d103f7f4e75331.tar.gz
scala-5ddb0bbe36e7caa44c9442b059d103f7f4e75331.tar.bz2
scala-5ddb0bbe36e7caa44c9442b059d103f7f4e75331.zip
Merge pull request #5257 from szeiger/wip/final-tuples
SI-7301 Make tuple classes final
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 707266f0cc..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 (since 2.11.0): 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