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

db4
Doug Coleman 2008-02-14 14:16:04 -06:00
commit 4784e1a98a
1 changed files with 3 additions and 5 deletions

View File

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