Fix unit test for macros.expander

db4
Slava Pestov 2008-09-24 22:14:40 -05:00
parent 78881e1368
commit 5edf3ae983
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