X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fwalk.impure.lisp;h=2045fa02f2a8b26a52c970fe8e2606623dfe4e7e;hb=6b8baeece6cf870e3f979a9f09c32985c64c04de;hp=9c3e44b6d5d6ea6034a0162dd597ba08e05fa3bd;hpb=175c318c892b0627b36fa3c4db66f59680242204;p=sbcl.git diff --git a/tests/walk.impure.lisp b/tests/walk.impure.lisp index 9c3e44b..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)))"))