From 38c3ca67563a68e8f30fd84282b1b9c4cebadeaa Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 27 Oct 2009 10:23:01 +0000 Subject: 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) --- test/files/run/t153.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t153.check (limited to 'test/files/run/t153.check') diff --git a/test/files/run/t153.check b/test/files/run/t153.check new file mode 100644 index 0000000000..504fd7fc7f --- /dev/null +++ b/test/files/run/t153.check @@ -0,0 +1 @@ +Stream(524288, 262144, 131072, 65536, 32768, 16384, 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1) -- cgit v1.2.3