From 98534b2cf67efc3930de427bfd1916fcf315fa59 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 29 Oct 2012 17:17:43 -0700 Subject: SI-6584, Stream#distinct uses too much memory. [backport] Nesting recursive calls in Stream is always a dicey business. --- test/files/run/t6584.check | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/run/t6584.check (limited to 'test/files/run/t6584.check') 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 -- cgit v1.2.3