]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/dictionaries/dictionaries-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / core-foundation / dictionaries / dictionaries-tests.factor
index f967e45d9cf5c33655859ffe6c7d94656124e9b9..dff788491841133624c5aabd9e5bf6805d9c54a2 100644 (file)
@@ -4,9 +4,9 @@ USING: tools.test core-foundation core-foundation.dictionaries
 arrays destructors core-foundation.strings kernel namespaces ;
 IN: core-foundation.dictionaries.tests
 
-[ ] [ { } <CFDictionary> CFRelease ] unit-test
+{ } [ { } <CFDictionary> CFRelease ] unit-test
 
-[ "raps in the back of cars and doesn't afraid of anything" ] [
+{ "raps in the back of cars and doesn't afraid of anything" } [
     [
         "cpst" <CFString> &CFRelease dup "key" set
         "raps in the back of cars and doesn't afraid of anything" <CFString> &CFRelease