X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcondition.pure.lisp;h=5dca9a4d2558c8af0f097add8d6da5f3ce2820c1;hb=1c74f342b23aafaa8f514112c9bcca7526e07a58;hp=0b071d85cfcbb9ec40f256eaed3cd0305ebe9226;hpb=b4ddf569d48686d532f3baf62f1c5cd42d78f9bd;p=sbcl.git diff --git a/tests/condition.pure.lisp b/tests/condition.pure.lisp index 0b071d8..5dca9a4 100644 --- a/tests/condition.pure.lisp +++ b/tests/condition.pure.lisp @@ -189,3 +189,6 @@ (when (and (eq 'list (type-error-expected-type e)) (eql 8 (type-error-datum e))) :type-error)))))) + +(with-test (:name (:printing-unintitialized-condition :bug-1184586)) + (prin1-to-string (make-condition 'simple-type-error)))