* Bogus export, reported by Attila Lendvai.
* Fix the test-case to check that the condition type is sane, which
would have caught this in the first place.
"SIMPLE-PARSE-ERROR" "SIMPLE-PROGRAM-ERROR"
"SIMPLE-READER-ERROR"
"SIMPLE-READER-PACKAGE-ERROR"
- "SIMPLE-REFERENCE-CONDITION"
+ "SIMPLE-REFERENCE-ERROR"
"SIMPLE-STREAM-ERROR"
"SIMPLE-STORAGE-CONDITION"
"SIMPLE-STYLE-WARNING"
(defclass has-slots-but-isnt-finalized () (a b c))
(let ((class (find-class 'has-slots-but-isnt-finalized)))
(assert (not (sb-mop:class-finalized-p class)))
- (assert (raises-error? (sb-mop:class-slots class))))
+ (assert (raises-error? (sb-mop:class-slots class) sb-kernel::reference-condition)))
\f
;;;; success
;;; 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".)
-"1.0.14.5"
+"1.0.14.6"