factor/basis/compiler/cfg/optimizer/optimizer-tests.factor

8 lines
272 B
Factor
Raw Normal View History

2009-05-27 19:58:01 -04:00
USING: arrays sequences tools.test compiler.cfg.checker compiler.cfg.debugger
compiler.cfg.def-use sets kernel ;
IN: compiler.cfg.optimizer.tests
! Miscellaneous tests
[ ] [ [ 1array ] test-mr first check-mr ] unit-test
[ ] [ [ 1 2 ? ] test-mr first check-mr ] unit-test