]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml-rpc/xml-rpc-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / xml-rpc / xml-rpc-tests.factor
index 0ccdf8bdfb967603673a67dec8b1e82fc1711dfe..c1399c2bad59974d462cb6254bcd1b9ad46d4bb8 100644 (file)
@@ -1,5 +1,5 @@
 USING: xml-rpc tools.test ;
 
-[ T{ rpc-method f "blah" { 1 H{ { "2" 3 } { "5" t } } } } ]
+{ T{ rpc-method f "blah" { 1 H{ { "2" 3 } { "5" t } } } } }
 [ "blah" { 1 H{ { "2" 3 } { "5" t } } }
     <rpc-method> send-rpc receive-rpc ] unit-test