Test output for advice

Testing time: 8.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- testing  ------------------------------------------------------------------
(receive (foo 33)) ................................................... bing: (33)
--> oink #2: (33)
--> oink #1: (34)
foo: 35
<-- oink #1
<-- oink #2
bong: (35 70)
[ PASS]
(receive (foo 100)) .................................................. bing: (100)
--> oink #2: (100)
--> oink #1: (101)
foo: 102
<-- oink #1
<-- oink #2
[ PASS]
(receive (foo 3)) .................................................... bing: (3)
foo: 3
[ PASS]
(receive (foo 9)) .................................................... foo: 9
[ PASS]
4 tests completed in 0.004 seconds.
4 out of 4 (100%) tests passed.
-- done testing  -------------------------------------------------------------