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

9 lines
258 B
Factor
Raw Permalink Normal View History

2009-05-04 14:10:56 -04:00
USING: vocabs.refresh tools.test continuations namespaces ;
2009-05-04 10:44:26 -04:00
{ } [
2009-05-04 10:44:26 -04:00
changed-vocabs get-global
f changed-vocabs set-global
2018-02-25 17:12:54 -05:00
{ t } [ "kernel" changed-vocab? ] unit-test
[ "kernel" changed-vocab ] [ changed-vocabs set-global ] finally
2009-05-04 10:44:26 -04:00
] unit-test