unit tests for modules.using
parent
c580916f39
commit
d3cd8b9a46
|
@ -1,4 +1,4 @@
|
|||
USING: modules.using ;
|
||||
IN: modules.using.tests
|
||||
USING: prettyprint localhost::modules.test-server ;
|
||||
rpc-hello .
|
||||
USING: tools.test localhost::modules.test-server ;
|
||||
[ "hello world" ] [ rpc-hello ] unit-test
|
Loading…
Reference in New Issue