]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/cords/cords-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / sequences / cords / cords-tests.factor
index 943ccd17030fd83e9a9b68165c3fcb1d68803b61..fb9c440733ba658037b6926ba063a1052a8fbc7b 100644 (file)
@@ -1,4 +1,4 @@
 USING: sequences.cords strings tools.test kernel sequences ;
 IN: sequences.cords.tests
 
-{ "hello world" } [ "hello" " world" cord-append dup like ] unit-test
+[ "hello world" ] [ "hello" " world" cord-append dup like ] unit-test