factor/basis/tools/time/time-tests.factor

4 lines
90 B
Factor
Raw Normal View History

USING: tools.time tools.test compiler.test ;
{ } [ [ [ ] time ] compile-call ] unit-test