Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-09-24 22:23:27 -05:00
commit 2a435b154f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
IN: macros.expander.tests
USING: macros.expander tools.test math combinators.short-circuit
kernel ;
kernel combinators ;
[ t ] [ 20 [ { [ integer? ] [ even? ] [ 10 > ] } 1&& ] expand-macros call ] unit-test