0.9.14.6:
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 4 Jul 2006 12:40:03 +0000 (12:40 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 4 Jul 2006 12:40:03 +0000 (12:40 +0000)
Correct some typos in the defstruct tests.

tests/defstruct.impure.lisp
version.lisp-expr

index 9a0a99d..93cd7b9 100644 (file)
 ;;; 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)
index e4ff3a7..f19c566 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"