]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/annotations/annotations-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / extra / annotations / annotations-tests.factor
index 596693b19680e3770f35f91383fd783d203b3231..bf799f1c4774ee92378ba8726e11f924bffa68a1 100644 (file)
@@ -16,15 +16,15 @@ IN: annotations.tests
     !TODO return 5
     f ;
 
-{ t } [
+[ t ] [
     NOTEs {
         [ length 1 = ]
         [ first string>> file-name "annotations-tests.factor" = ]
     } 1&&
 ] unit-test
 
-{ t } [
+[ t ] [
     BROKENs { [ \ four swap member? ] [ \ three swap member? ] } 1&&
 ] unit-test
 
-{ t } [ TODOs \ five swap member? ] unit-test
+[ t ] [ TODOs \ five swap member? ] unit-test