]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/time/time-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / tools / time / time-tests.factor
1 IN: tools.time.tests
2 USING: tools.time tools.test compiler.test ;
3
4 [ ] [ [ [ ] time ] compile-call ] unit-test