summaryrefslogtreecommitdiff
path: root/test/files/run/array-charSeq.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2016-07-26 10:59:01 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2016-08-02 21:41:35 +0200
commitafc730bb53a9dd44a592d30c222a28dace86c1ea (patch)
tree47bc6c686c9376b9ec5723d41ea98f51db4034a2 /test/files/run/array-charSeq.check
parentadb3c010d3b95094161bd6725b3e2077cad98879 (diff)
downloadscala-afc730bb53a9dd44a592d30c222a28dace86c1ea.tar.gz
scala-afc730bb53a9dd44a592d30c222a28dace86c1ea.tar.bz2
scala-afc730bb53a9dd44a592d30c222a28dace86c1ea.zip
Deprecate values that had to be public in older versions...
... so we can make them private later.
Diffstat (limited to 'test/files/run/array-charSeq.check')
-rw-r--r--test/files/run/array-charSeq.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/array-charSeq.check b/test/files/run/array-charSeq.check
index f1f374f63e..3ccf493cee 100644
--- a/test/files/run/array-charSeq.check
+++ b/test/files/run/array-charSeq.check
@@ -1,3 +1,4 @@
+warning: there were two deprecation warnings (since 2.12.0); re-run with -deprecation for details
[check 'abcdefghi'] len = 9
sub(0, 9) == 'abcdefghi'