X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=c01a5a51a7cb7342e3f5feceac0440cfa50b5ec3;hb=451878f56ecdd9cc0b617c0552edf2a2ff0624db;hp=7be8b14a5f91b404813921a1fba43c2c9419a372;hpb=ef43bf713ac67d3acf4727a5111567e70675df44;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 7be8b14..c01a5a5 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -400,6 +400,11 @@ (assert (search "returned 1" out)) (assert (search "returned 120" out)))) +(with-test (:name :bug-414) + (handler-bind ((warning #'error)) + (load (compile-file "bug-414.lisp")) + (disassemble 'bug-414))) + ;;;; test infinite error protection (defmacro nest-errors (n-levels error-form)