X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure.lisp;h=9eac7fb3ecaf5e8fac388f688b942cb5f4d9d671;hb=550e5afc7ad95ff1e1bbfe932bf8dd81b0c4dce6;hp=f7e6be04eedd6dc9e50af5d73ca07022b01e68b3;hpb=62632ded19a81b329a33f5122649d7b6e06e3d76;p=sbcl.git diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index f7e6be0..9eac7fb 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -136,3 +136,7 @@ ;;; confusion in the assault on 0.7.0, so this expression used to ;;; signal TYPE-ERROR when it found NIL instead of a DEBUG-SOURCE. (eval '(function-lambda-expression #'(lambda (x) x))) + +;;; bug caught and fixed by Raymond Toy cmucl-imp 2002-07-10: &REST +;;; variable is not optional. +(assert (null (ignore-errors (eval '(funcall (lambda (&rest) 12))))))