summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-08-11 16:43:40 -0700
committerGitHub <noreply@github.com>2016-08-11 16:43:40 -0700
commit19aea1a52e941977691892e0ebd52e078fe5f9cc (patch)
tree00a10b4c1af9444aeec14846b16c4602ca403c9a /test/files
parent2a74683cb588d64e30be9fa66eb5f2b8027d3446 (diff)
parent44a22d7cc0c315b9feaee1d4cb5df7a66578b1ea (diff)
downloadscala-19aea1a52e941977691892e0ebd52e078fe5f9cc.tar.gz
scala-19aea1a52e941977691892e0ebd52e078fe5f9cc.tar.bz2
scala-19aea1a52e941977691892e0ebd52e078fe5f9cc.zip
Merge pull request #5260 from szeiger/issue/9068
SI-9068 Deprecate scala.collection.mutable.Stack
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm/serialization-new.check4
-rw-r--r--test/files/run/collection-stacks.check4
2 files changed, 5 insertions, 3 deletions
diff --git a/test/files/jvm/serialization-new.check b/test/files/jvm/serialization-new.check
index 964c68e528..90da8a085d 100644
--- a/test/files/jvm/serialization-new.check
+++ b/test/files/jvm/serialization-new.check
@@ -1,6 +1,6 @@
warning: there were two deprecation warnings (since 2.11.0)
-warning: there was one deprecation warning (since 2.12.0)
-warning: there were three deprecation warnings in total; re-run with -deprecation for details
+warning: there were three deprecation warnings (since 2.12.0)
+warning: there were 5 deprecation warnings in total; re-run with -deprecation for details
a1 = Array[1,2,3]
_a1 = Array[1,2,3]
arrayEquals(a1, _a1): true
diff --git a/test/files/run/collection-stacks.check b/test/files/run/collection-stacks.check
index 826e3a87f8..cd87cc61e4 100644
--- a/test/files/run/collection-stacks.check
+++ b/test/files/run/collection-stacks.check
@@ -1,4 +1,6 @@
-warning: there was one deprecation warning (since 2.11.0); re-run with -deprecation for details
+warning: there was one deprecation warning (since 2.11.0)
+warning: there were two deprecation warnings (since 2.12.0)
+warning: there were three deprecation warnings in total; re-run with -deprecation for details
3-2-1: true
3-2-1: true
apply