Uninitialized type-error conditions can now be printed.
[sbcl.git] / tests / condition.pure.lisp
index 0b071d8..5dca9a4 100644 (file)
                   (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)))