]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/io-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / core / io / io-tests.factor
index b4e3c9c7152100508c501a48da0d8cb93d975016..93f3013af32c976a113838ef22ccc914e7e45398 100644 (file)
@@ -79,14 +79,14 @@ M: dumb-writer stream-write1 vector>> push ; inline
 { SBUF" asdf" }
 [ "asdf" <string-reader> 4 <sbuf> [ stream-copy ] keep ] unit-test
 
-{ "asdf" }
+[ "asdf" ]
 [
     [
         [ "asdf" error-stream get stream-write ] with-error>output
     ] with-string-writer
 ] unit-test
 
-{ "asdf" }
+[ "asdf" ]
 [
     <string-writer> [
         [