Test output for srfi-45 [ok]

Testing time: 5s

/root/salmonella-run-publish/chicken/bin/csi -script run.scm < /dev/null
+++ Should print 'hi 1 +++
hi 1
+++ Should print '(1 2 3) +++
(1 2 3)
+++ Should print 'hello once +++
hello
+++ Should print 'bonjour once +++
bonjour
+++ Should print 'hi once +++
hi
+++ Should print 'ho five times +++
ho
ho
ho
ho
ho
+++ Should print 6 twice +++
6
6
+++ Should print 'second once +++
second
+++ Should print 5 0 10 +++
5
0
10
+++ Skipping Bounded Space Test: (force (loop)) +++
+++ Skipping Bounded Space Test: (force s) +++
+++ Skipping Bounded Space Test: (force (traverse (from 0))) +++
+++ Skipping Bounded Space Test: (force s) +++
+++ Bounded Space Test: (force (stream-filter (lambda (n) (= n 100000)) (from 0))) +++
+++ Should print 0 +++
0
+++ Bounded Space Test: (force s) +++
+++ Should print 21 +++
21
+++ Bounded Space Test: (force (times3 10000)) +++