Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-02-14 14:18:45 -06:00
commit 2f682a54ee
1 changed files with 4 additions and 2 deletions

View File

@ -53,9 +53,11 @@ SYMBOL: this-test
: (run-test) ( vocab -- )
dup vocab-source-loaded? [
[ "temporary" forget-vocab ] with-compilation-unit
vocab-tests
dup [ forget-source ] each
[
"temporary" forget-vocab
dup [ forget-source ] each
] with-compilation-unit
dup [ run-file ] each
] when drop ;