]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/delegate/delegate-tests.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / delegate / delegate-tests.factor
index 7f633ed4a4dc1012139d8b89251887c6989c7486..6aa015a74da14ccc4a9fe6807c01c0cd94e5e438 100644 (file)
@@ -37,8 +37,7 @@ M: hello bing hello-test ;
 [ H{ { goodbye [ goodbye-these ] } } ] [ baz protocol-consult ] unit-test
 [ H{ } ] [ bee protocol-consult ] unit-test
 
-[ "USING: delegate ;\nIN: delegate.tests\nPROTOCOL: baz foo bar { whoa 1 } ;\n" ]
-[ [ baz see ] with-string-writer ] unit-test
+[ "USING: delegate ;\nIN: delegate.tests\nPROTOCOL: baz foo bar { whoa 1 } ;\n" ] [ [ baz see ] with-string-writer ] unit-test
 
 ! [ ] [ [ baz forget ] with-compilation-unit ] unit-test
 ! [ f ] [ goodbye baz method ] unit-test