]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/test/test-tests.factor
8ce7bf0631e82497870d57880ea34a328f61168e
[factor.git] / basis / tools / test / test-tests.factor
1 IN: tools.test.tests
2 USING: tools.test tools.test.private namespaces kernel sequences ;
3
4 { 1 } [
5     [
6         [ "OOPS" ] must-fail
7     ] fake-unit-test length
8 ] unit-test