]> gitweb.factorcode.org Git - factor.git/blob - basis/nmake/nmake-tests.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / nmake / nmake-tests.factor
1 IN: nmake.tests
2 USING: nmake kernel tools.test ;
3
4 { } [ [ ] { } nmake ] unit-test
5
6 { { 1 } { 2 } } [ [ 1 0, 2 1, ] { { } { } } nmake ] unit-test
7
8 [ [ ] [ call ] curry { { } } nmake ] must-infer