Fix tests again
parent
8ab49d97bb
commit
984aaa2544
|
@ -53,9 +53,11 @@ SYMBOL: this-test
|
||||||
|
|
||||||
: (run-test) ( vocab -- )
|
: (run-test) ( vocab -- )
|
||||||
dup vocab-source-loaded? [
|
dup vocab-source-loaded? [
|
||||||
[ "temporary" forget-vocab ] with-compilation-unit
|
|
||||||
vocab-tests
|
vocab-tests
|
||||||
dup [ forget-source ] each
|
[
|
||||||
|
"temporary" forget-vocab
|
||||||
|
dup [ forget-source ] each
|
||||||
|
] with-compilation-unit
|
||||||
dup [ run-file ] each
|
dup [ run-file ] each
|
||||||
] when drop ;
|
] when drop ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue