]> gitweb.factorcode.org Git - factor.git/commitdiff
annotations tests were broken if you have any TODOs yourself
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 28 Oct 2009 17:50:18 +0000 (12:50 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 28 Oct 2009 17:51:27 +0000 (12:51 -0500)
extra/annotations/annotations-tests.factor

index 48fd281c6cdf8c37b670c1fd8be2d772f1ae794b..b03494ce015e793ee8a7bd2403d6aba79b7e0b56 100644 (file)
@@ -23,5 +23,8 @@ IN: annotations.tests
     } 1&&
 ] unit-test
 
-[ { four three } ] [ BROKENs natural-sort ] unit-test
-[ { five } ] [ TODOs ] unit-test
+[ t ] [
+    BROKENs { [ \ four swap member? ] [ \ three swap member? ] } 1&&
+] unit-test
+
+[ t ] [ TODOs \ five swap member? ] unit-test