summaryrefslogtreecommitdiff
path: root/test/files/run/t6584.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-10-29 17:17:43 -0700
committerPaul Phillips <paulp@improving.org>2013-01-30 03:50:42 -0800
commit98534b2cf67efc3930de427bfd1916fcf315fa59 (patch)
treeebf80284366e4d4055466c84aa6fa4adbeee93db /test/files/run/t6584.check
parentd2316df920ffa4804fe51e8f8780240c46efa982 (diff)
downloadscala-98534b2cf67efc3930de427bfd1916fcf315fa59.tar.gz
scala-98534b2cf67efc3930de427bfd1916fcf315fa59.tar.bz2
scala-98534b2cf67efc3930de427bfd1916fcf315fa59.zip
SI-6584, Stream#distinct uses too much memory.
[backport] Nesting recursive calls in Stream is always a dicey business.
Diffstat (limited to 'test/files/run/t6584.check')
-rw-r--r--test/files/run/t6584.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/t6584.check b/test/files/run/t6584.check
new file mode 100644
index 0000000000..35c8688751
--- /dev/null
+++ b/test/files/run/t6584.check
@@ -0,0 +1,8 @@
+Array: 102400
+Vector: 102400
+List: 102400
+Stream: 102400
+Array: 102400
+Vector: 102400
+List: 102400
+Stream: 102400