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>2012-11-01 05:04:53 -0700
commit8a537b7d7da03833946a6a2f4461da2080363c88 (patch)
tree50d2a05eb55cd8b7f8f56f09260ddebf55f16f8f /test/files/run/t6584.check
parente660b58f795a9ad7825398b5831e4011b652cffb (diff)
downloadscala-8a537b7d7da03833946a6a2f4461da2080363c88.tar.gz
scala-8a537b7d7da03833946a6a2f4461da2080363c88.tar.bz2
scala-8a537b7d7da03833946a6a2f4461da2080363c88.zip
Fix SI-6584, Stream#distinct uses too much memory.
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