factor/basis/vocabs/refresh/refresh-tests.factor

10 lines
287 B
Factor
Raw Normal View History

2009-05-04 10:44:26 -04:00
IN: vocabs.refresh.tests
2009-05-04 14:10:56 -04:00
USING: vocabs.refresh tools.test continuations namespaces ;
2009-05-04 10:44:26 -04:00
[ ] [
changed-vocabs get-global
f changed-vocabs set-global
[ t ] [ "kernel" changed-vocab? ] unit-test
[ "kernel" changed-vocab ] [ changed-vocabs set-global ] [ ] cleanup
] unit-test