]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/test/test-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[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