Correct some typos in the defstruct tests.
;;; debugger is having a bad day
(defvar *instance*)
+(declaim (optimize (debug 2)))
+
(defmacro test-variant (defstructname &key colontype boa-constructor-p)
`(progn
(catch :ok
(handler-bind ((error (lambda (c)
;; Used to cause stack-exhaustion
- (unless (typep c 'storege-condition)
- (throw :ok)))))
+ (unless (typep c 'storage-condition)
+ (throw :ok t)))))
(eval '(progn
(defstruct foo a)
(setf (find-class 'foo) nil)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.14.5"
+"0.9.14.6"