]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/plists/plists-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cocoa / plists / plists-tests.factor
index 4f74cd850acd65bd523dba682a8f8ec2e96f416d..e5d7dfd2399403a09201b54bff1cb3625bae6c2c 100644 (file)
@@ -1,7 +1,7 @@
-IN: cocoa.plists.tests
 USING: tools.test cocoa.plists colors kernel hashtables
 core-foundation.utilities core-foundation destructors
 assocs cocoa.enumeration ;
+IN: cocoa.plists.tests
 
 [
     [ V{ } ] [ H{ } >cf &CFRelease [ ] NSFastEnumeration-map ] unit-test
@@ -37,4 +37,4 @@ assocs cocoa.enumeration ;
     [ 3.5 ] [
         3.5 >cf &CFRelease plist>
     ] unit-test
-] with-destructors
\ No newline at end of file
+] with-destructors