summaryrefslogtreecommitdiff
path: root/test/files/run/t4835.check
diff options
context:
space:
mode:
authorKota Mizushima <mizukota@gmail.com>2012-01-23 18:53:05 +0900
committerKota Mizushima <mizukota@gmail.com>2012-01-23 18:53:05 +0900
commit39a837c8357e78c949613db881bd060d176f3279 (patch)
tree3649df1dac15b8ece7d829b068e30d560a140cbf /test/files/run/t4835.check
parenteadc8db056ee5165cefbf221c0d8e2e67ba147cf (diff)
downloadscala-39a837c8357e78c949613db881bd060d176f3279.tar.gz
scala-39a837c8357e78c949613db881bd060d176f3279.tar.bz2
scala-39a837c8357e78c949613db881bd060d176f3279.zip
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.
Diffstat (limited to 'test/files/run/t4835.check')
-rw-r--r--test/files/run/t4835.check7
1 files changed, 7 insertions, 0 deletions
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