diff --git a/basis/compiler/test/test.factor b/basis/compiler/test/test.factor index 66e3f39f65..cc7b382253 100644 --- a/basis/compiler/test/test.factor +++ b/basis/compiler/test/test.factor @@ -13,7 +13,7 @@ IN: compiler.test : compile-call ( quot -- ) [ 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 -- ) "resource:basis/compiler/tests/" ".factor" surround run-test-file ;