unit tests for modules.using

db4
Sam Anklesaria 2009-04-28 16:23:24 -05:00
parent c580916f39
commit d3cd8b9a46
1 changed files with 2 additions and 2 deletions

View File

@ -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