Temporarily removing test for 'list' in lisp-tests, while switching to cons cells

db4
James Cash 2008-06-03 23:40:30 -04:00
parent f63e6f1e35
commit 138fff1c2b
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ IN: lisp.test
"+" "math" "+" define-primitive
"-" "math" "-" define-primitive
"list" [ >array ] lisp-define
! "list" [ >array ] lisp-define
{ 5 } [
[ 2 3 ] "+" <lisp-symbol> funcall
@ -47,8 +47,8 @@ IN: lisp.test
"((lambda (x) (if x (begin (+ 1 2)) (- 3 5))) #t)" lisp-eval
] unit-test
{ { 1 2 3 4 5 } } [
"(list 1 2 3 4 5)" lisp-eval
] unit-test
! { { 1 2 3 4 5 } } [
! "(list 1 2 3 4 5)" lisp-eval
! ] unit-test
] with-interactive-vocabs