summaryrefslogtreecommitdiff
path: root/test/files/neg/t6162-inheritance.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6162-inheritance.check')
-rw-r--r--test/files/neg/t6162-inheritance.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6162-inheritance.check b/test/files/neg/t6162-inheritance.check
index c9f4ddaec1..9b0a8990da 100644
--- a/test/files/neg/t6162-inheritance.check
+++ b/test/files/neg/t6162-inheritance.check
@@ -1,4 +1,4 @@
-usage.scala:3: warning: inheritance from class Foo in package t6126 is deprecated: `Foo` will be made final in a future version.
+usage.scala:3: warning: inheritance from class Foo in package t6126 is deprecated (since 2.10.0): `Foo` will be made final in a future version.
class SubFoo extends Foo
^
usage.scala:5: warning: inheritance from trait T in package t6126 is deprecated