]> gitweb.factorcode.org Git - factor.git/blob - extra/namespaces/lib/lib-tests.factor
0bc2e6311a433ba0c03f98f2423e2ea3de55c579
[factor.git] / extra / namespaces / lib / lib-tests.factor
1 IN: namespaces.lib.tests\r
2 USING: namespaces.lib kernel tools.test ;\r
3 \r
4 [ ] [ [ ] { } nmake ] unit-test\r
5 \r
6 [ { 1 } { 2 } ] [ [ 1 0, 2 1, ] { { } { } } nmake ] unit-test\r
7 \r
8 [ [ ] [ call ] curry { { } } nmake ] must-infer\r