From 0037734cfa069deb1ca20ae95b59b6a4d25dc714 Mon Sep 17 00:00:00 2001 From: James Cash Date: Sat, 23 Aug 2008 23:18:42 -0400 Subject: [PATCH] Reinstating failing test --- extra/lisp/lisp-tests.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/lisp/lisp-tests.factor b/extra/lisp/lisp-tests.factor index 7458926799..e539221eaf 100644 --- a/extra/lisp/lisp-tests.factor +++ b/extra/lisp/lisp-tests.factor @@ -87,8 +87,8 @@ IN: lisp.test "(if #t 1 2)" lisp-eval ] unit-test -! { 3 } [ -! "((lambda (x) (if x (+ 1 2) (- 3 5))) #t)" lisp-eval -! ] unit-test + { 3 } [ + "((lambda (x) (if x (+ 1 2) (- 3 5))) #t)" lisp-eval + ] unit-test ] with-interactive-vocabs