aboutsummaryrefslogtreecommitdiff
path: root/tests/run/stream_flatmap_odds.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/stream_flatmap_odds.check')
-rw-r--r--tests/run/stream_flatmap_odds.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run/stream_flatmap_odds.check b/tests/run/stream_flatmap_odds.check
new file mode 100644
index 000000000..2b945e7c6
--- /dev/null
+++ b/tests/run/stream_flatmap_odds.check
@@ -0,0 +1 @@
+Stream(1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83)