compiler.test: fix
parent
f804c9c422
commit
ea5e168d77
|
@ -13,7 +13,7 @@ IN: compiler.test
|
||||||
: compile-call ( quot -- )
|
: compile-call ( quot -- )
|
||||||
[ dup infer define-temp ] with-compilation-unit execute ;
|
[ dup infer define-temp ] with-compilation-unit execute ;
|
||||||
|
|
||||||
\ compile-call t "no-compile" set-word-prop
|
<< \ compile-call t "no-compile" set-word-prop >>
|
||||||
|
|
||||||
: compiler-test ( name -- )
|
: compiler-test ( name -- )
|
||||||
"resource:basis/compiler/tests/" ".factor" surround run-test-file ;
|
"resource:basis/compiler/tests/" ".factor" surround run-test-file ;
|
||||||
|
|
Loading…
Reference in New Issue