factor/unmaintained/modules/using/tests/tests.factor

4 lines
139 B
Factor
Raw Normal View History

USING: modules.using ;
IN: modules.using.tests
2009-04-28 17:23:24 -04:00
USING: tools.test localhost::modules.test-server ;
[ "hello world" ] [ rpc-hello ] unit-test