factor/extra/tools/annotations/annotations-tests.factor

8 lines
96 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: tools.test tools.annotations ;
IN: temporary
: foo ;
\ foo watch
[ ] [ foo ] unit-test