From 39a837c8357e78c949613db881bd060d176f3279 Mon Sep 17 00:00:00 2001 From: Kota Mizushima Date: Mon, 23 Jan 2012 18:53:05 +0900 Subject: Add test case for SI-4835 (https://issues.scala-lang.org/browse/SI-4835) This test case only confirm that StreamIterator's lazyiness is not broken. Test case about memory consumption could be created. However, such a test cause a greatly increased time of test. --- test/files/run/t4835.check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/t4835.check (limited to 'test/files/run/t4835.check') diff --git a/test/files/run/t4835.check b/test/files/run/t4835.check new file mode 100644 index 0000000000..531c3d7bb6 --- /dev/null +++ b/test/files/run/t4835.check @@ -0,0 +1,7 @@ +-1 0 1 2 3 4 5 6 7 8 9 +-1 1 3 5 7 9 11 13 15 17 19 +1 1 +2 1 2 +2 1 A 2 +3 1 2 3 +3 1 A 2 B 3 -- cgit v1.2.3