summaryrefslogtreecommitdiff
path: root/test/files/run/t5374.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2013-02-07 15:52:40 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-02-07 16:09:38 -0800
commitfa3b8040ebfedc721a538476be28a6217f1dec56 (patch)
treef1932e37763486ef46195012f163f6b9c7d0c831 /test/files/run/t5374.check
parent033c6635b4ac03b9e6f335a76dabb65f1f0296cd (diff)
downloadscala-fa3b8040ebfedc721a538476be28a6217f1dec56.tar.gz
scala-fa3b8040ebfedc721a538476be28a6217f1dec56.tar.bz2
scala-fa3b8040ebfedc721a538476be28a6217f1dec56.zip
SI-6961 no structural sharing in list serialization
Revert list serialization back to what it was in 2.9.x and before. Partial revert of a6fcd70b60 e234978dfd, which fixed SI-5374. The ListBuffer part of the fix remains in place.
Diffstat (limited to 'test/files/run/t5374.check')
-rw-r--r--test/files/run/t5374.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/run/t5374.check b/test/files/run/t5374.check
deleted file mode 100644
index 6be88d77ec..0000000000
--- a/test/files/run/t5374.check
+++ /dev/null
@@ -1,6 +0,0 @@
-ListBuffer(1, 2, 3, 1)
-ListBuffer(1, 2, 3, 1)
-ListBuffer()
-List(1, 2, 3, 4, 5)
-List(1, 2, 3)
-ok \ No newline at end of file