factor/extra/namespaces/lib/lib-tests.factor

9 lines
220 B
Factor
Raw Normal View History

2008-03-15 08:57:38 -04:00
IN: namespaces.lib.tests
USING: namespaces.lib kernel tools.test ;
2008-03-15 08:57:38 -04:00
[ ] [ [ ] { } nmake ] unit-test
[ { 1 } { 2 } ] [ [ 1 0, 2 1, ] { { } { } } nmake ] unit-test
[ [ ] [ call ] curry { { } } nmake ] must-infer