summaryrefslogtreecommitdiff
path: root/test/files/run/bitsets.check
diff options
context:
space:
mode:
authorDenton Cockburn <kanielc@gmail.com>2015-01-06 17:58:47 -0500
committerDenton Cockburn <kanielc@gmail.com>2015-01-07 20:24:05 -0500
commit08f27bbd41d91122d96ad58a70a42e55483c8b2b (patch)
treee861e0f2f31415dc42d6a45cb0c511725d69558b /test/files/run/bitsets.check
parent7ba38a07916426314cc3bff6999f3992757e0b26 (diff)
downloadscala-08f27bbd41d91122d96ad58a70a42e55483c8b2b.tar.gz
scala-08f27bbd41d91122d96ad58a70a42e55483c8b2b.tar.bz2
scala-08f27bbd41d91122d96ad58a70a42e55483c8b2b.zip
SI-7770 mutable.BitSet.toImmutable isn't immutable
Mark method as deprecated due to it not providing the expected result, while fixing it will break existing code.
Diffstat (limited to 'test/files/run/bitsets.check')
-rw-r--r--test/files/run/bitsets.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/bitsets.check b/test/files/run/bitsets.check
index 41c2ccdcb8..c24fd6238f 100644
--- a/test/files/run/bitsets.check
+++ b/test/files/run/bitsets.check
@@ -1,3 +1,4 @@
+warning: there were three deprecation warnings; re-run with -deprecation for details
ms0 = BitSet(2)
ms1 = BitSet(2)
ms2 = BitSet(2)