]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.mailboxes: fix test now that get-all returns a vector.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 21 Jan 2018 05:30:34 +0000 (21:30 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 21 Jan 2018 05:30:34 +0000 (21:30 -0800)
basis/concurrency/mailboxes/mailboxes-tests.factor

index bf790d0ca863231141f176289b6b6c99efbcf303..5eca444130dfb6ab0bf801a30fbdfbffb6fd0e83 100644 (file)
@@ -42,7 +42,7 @@ IN: concurrency.mailboxes.tests
     mailbox-get
 ] unit-test
 
-{ { "foo" "bar" } } [
+{ V{ "foo" "bar" } } [
     <mailbox>
     "foo" over mailbox-put
     "bar" over mailbox-put