From d3cd8b9a463aae869279d41d2df77ee585d54fcf Mon Sep 17 00:00:00 2001 From: Sam Anklesaria Date: Tue, 28 Apr 2009 16:23:24 -0500 Subject: [PATCH] unit tests for modules.using --- extra/modules/using/tests/tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/modules/using/tests/tests.factor b/extra/modules/using/tests/tests.factor index c76feed2c0..894075acf8 100644 --- a/extra/modules/using/tests/tests.factor +++ b/extra/modules/using/tests/tests.factor @@ -1,4 +1,4 @@ USING: modules.using ; IN: modules.using.tests -USING: prettyprint localhost::modules.test-server ; -rpc-hello . \ No newline at end of file +USING: tools.test localhost::modules.test-server ; +[ "hello world" ] [ rpc-hello ] unit-test \ No newline at end of file