tests: Update test-actors to use msg-recieve instead of =>.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 15:09:52 +0000 (09:09 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 15:09:52 +0000 (09:09 -0600)
It feels like msg-recieve is an easier to read name, and looks less
like a structure used elsewhere (the way => is used in cond).

* tests/test-actors.scm: Update to switch => to msg-recieve.


No differences found