X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=208cbe832731b92a603d640c114f7544668267fd;hb=c325337271f3d5a1a1c1b5fe2bd009d7ab31b7ac;hp=4d02466256fbb550aa0f5714c7fdae5489afcf0f;hpb=c58759647c8fc28996c6d519f2a38497c7edb704;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 4d02466..208cbe8 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -251,6 +251,10 @@ (defun oops () (error "oops")) +(with-test (:name :xep-too-many-arguments) + (assert (verify-backtrace (lambda () (oops 1 2 3 4 5 6)) + '((oops ? ? ? ? ? ?))))) + (defmacro defbt (n ll &body body) `(progn ;; normal debug info