]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.distributed: fix unit tests
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 30 Oct 2009 07:59:54 +0000 (02:59 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 30 Oct 2009 07:59:54 +0000 (02:59 -0500)
basis/concurrency/distributed/distributed-tests.factor

index 96955ac94bba32e4678c4998d3938b7195fb8bde..1a46d0e38fac3080a47b4e3737414b036c8a2726 100644 (file)
@@ -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 ] [