]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/test/tools.factor
Change a throw to rethrow so that we don't lose the original stack trace
[factor.git] / basis / tools / test / tools.factor
1 IN: tools.test.tests
2 USING: completion words sequences test ;
3
4 [ ] [ "swp" apropos ] unit-test
5 [ f ] [ "swp" words-matching empty? ] unit-test