]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/distributed/distributed-tests.factor
Rename distributed process registry stuff to remote-thread
[factor.git] / basis / concurrency / distributed / distributed-tests.factor
index b2a28519260ee4ed1ec7b98e39fadfc5605f7bae..96955ac94bba32e4678c4998d3938b7195fb8bde 100644 (file)
@@ -25,7 +25,7 @@ IN: concurrency.distributed.tests
 
 [ 8 ] [
     5 self 2array
-    "thread-a" test-node <remote-process> send
+    test-node "thread-a" <remote-thread> send
 
     receive
 ] unit-test