From ea5e168d77c25d254e57b8a3bd95d4eb62bcfd1c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 23 Jan 2010 00:40:56 +1300 Subject: [PATCH] compiler.test: fix --- basis/compiler/test/test.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;