concurrency.distributed: fix unit tests

db4
Slava Pestov 2009-10-30 02:59:54 -05:00
parent a48a06a4d5
commit cbd427dd0a
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ IN: concurrency.distributed.tests
[ ] [ [ ] [
[ [
receive first2 [ 3 + ] dip send receive first2 [ 3 + ] dip send
"thread-a" unregister-process "thread-a" unregister-remote-thread
] "Thread A" spawn ] "Thread A" spawn
"thread-a" swap register-process "thread-a" register-remote-thread
] unit-test ] unit-test
[ 8 ] [ [ 8 ] [