From cbd427dd0a391335ac0fd804704f25d35a580df7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 30 Oct 2009 02:59:54 -0500 Subject: [PATCH] concurrency.distributed: fix unit tests --- basis/concurrency/distributed/distributed-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/concurrency/distributed/distributed-tests.factor b/basis/concurrency/distributed/distributed-tests.factor index 96955ac94b..1a46d0e38f 100644 --- a/basis/concurrency/distributed/distributed-tests.factor +++ b/basis/concurrency/distributed/distributed-tests.factor @@ -18,9 +18,9 @@ IN: concurrency.distributed.tests [ ] [ [ receive first2 [ 3 + ] dip send - "thread-a" unregister-process + "thread-a" unregister-remote-thread ] "Thread A" spawn - "thread-a" swap register-process + "thread-a" register-remote-thread ] unit-test [ 8 ] [