4 lines
150 B
Factor
4 lines
150 B
Factor
|
|
QUALIFIED-WITH: modules.using m
|
||
|
|
IN: modules.using.tests
|
||
|
|
m:USING: tools.test localhost::modules.test-server ;
|
||
|
|
[ "hello world" ] [ rpc-hello ] unit-test
|