1.0.13.44: bug #414 has disappeared
[sbcl.git] / tests / debug.impure.lisp
index 7be8b14..c01a5a5 100644 (file)
     (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)