Minor tests fix

db4
Slava Pestov 2008-02-08 17:00:42 -06:00
parent b14197fadc
commit d41bfc64f1
1 changed files with 7 additions and 2 deletions

View File

@ -61,9 +61,14 @@ M: expected-error summary
dup vocab-source-loaded? [
vocab-tests-path dup [
dup ?resource-path exists? [
[ "temporary" forget-vocab ] with-compilation-unit
[
"temporary" forget-vocab
] with-compilation-unit
dup run-file
[ dup forget-source ] with-compilation-unit
[
dup forget-source
"temporary" forget-vocab
] with-compilation-unit
] when
] when
] when drop ;