]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/annotations/annotations-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / extra / annotations / annotations-tests.factor
index d5a13e48d8988756b4e11a36a11b13d53c2929ff..48fd281c6cdf8c37b670c1fd8be2d772f1ae794b 100644 (file)
@@ -10,7 +10,7 @@ IN: annotations.tests
 
 : four ( -- x )
     !BROKEN this code is broken
-    2 2 + 1+ ;
+    2 2 + 1 + ;
 
 : five ( -- x )
     !TODO return 5