X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fwalk.impure.lisp;h=2045fa02f2a8b26a52c970fe8e2606623dfe4e7e;hb=ed891a4fd882d1b9fe066ab14bcf2107aea95baa;hp=80b491570a94a0494532431d936c22790031751d;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/tests/walk.impure.lisp b/tests/walk.impure.lisp index 80b4915..2045fa0 100644 --- a/tests/walk.impure.lisp +++ b/tests/walk.impure.lisp @@ -933,14 +933,13 @@ Form: A Context: EVAL Form: (PROGN B) Context: EVAL Form: B Context: EVAL Form: (COND ((FOO BAR) A (FOO A))) Context: EVAL -Form: (IF (FOO BAR) (PROGN A (FOO A)) (COND)) Context: EVAL +Form: (IF (FOO BAR) (PROGN A (FOO A)) NIL) Context: EVAL Form: (FOO BAR) Context: EVAL Form: 'GLOBAL-FOO Context: EVAL Form: (PROGN A (FOO A)) Context: EVAL Form: A Context: EVAL Form: (FOO A) Context: EVAL Form: 'GLOBAL-FOO Context: EVAL -Form: (COND) Context: EVAL Form: NIL Context: EVAL; bound: NIL (COND (A B) ((FOO BAR) A (FOO A)))")) @@ -968,5 +967,4 @@ Form: NIL Context: EVAL; bound: NIL ;;; Old PCL hung up on this. (defmethod #:foo () (defun #:bar ())) - -(quit :unix-status 104) + \ No newline at end of file