concurrency.mailboxes: fix test now that get-all returns a vector.

factor-shell
John Benediktsson 2018-01-20 21:30:34 -08:00
parent 5ea1e2efee
commit 0133a674a4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ IN: concurrency.mailboxes.tests
mailbox-get mailbox-get
] unit-test ] unit-test
{ { "foo" "bar" } } [ { V{ "foo" "bar" } } [
<mailbox> <mailbox>
"foo" over mailbox-put "foo" over mailbox-put
"bar" over mailbox-put "bar" over mailbox-put