factor/basis/xmode/catalog/catalog-tests.factor

12 lines
232 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: xmode.catalog.tests
USING: xmode.catalog tools.test hashtables assocs
kernel sequences io ;
{ t } [ modes hashtable? ] unit-test
{ } [
2007-12-06 01:47:53 -05:00
modes keys [
dup print flush load-mode drop reset-modes
] each
] unit-test