summaryrefslogtreecommitdiff
path: root/test/files/run/t498.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2009-10-27 10:23:01 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2009-10-27 10:23:01 +0000
commit38c3ca67563a68e8f30fd84282b1b9c4cebadeaa (patch)
tree5c6dbdef9f540e986110fb739227bfa0a78acce9 /test/files/run/t498.check
parent42a42ac0c346d48594958ac80d5eb814b8aa0c39 (diff)
downloadscala-38c3ca67563a68e8f30fd84282b1b9c4cebadeaa.tar.gz
scala-38c3ca67563a68e8f30fd84282b1b9c4cebadeaa.tar.bz2
scala-38c3ca67563a68e8f30fd84282b1b9c4cebadeaa.zip
fixed bug in Stream::flatMap (still optimised a...
fixed bug in Stream::flatMap (still optimised as it was needed for correctness --> added regression tests for corresponding tickets)
Diffstat (limited to 'test/files/run/t498.check')
-rw-r--r--test/files/run/t498.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t498.check b/test/files/run/t498.check
new file mode 100644
index 0000000000..b1ce75e80b
--- /dev/null
+++ b/test/files/run/t498.check
@@ -0,0 +1 @@
+Stream(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)