0.9.4.6:
[sbcl.git] / tests / clos.impure-cload.lisp
index 9c65d58..3a2e8af 100644 (file)
   (make-instance 'class-with-symbol-initarg slot arg))
 (assert (eql (slot-value (make-thing 1) 'slot) 1))
 (assert (eql (slot-value (make-other-thing 'slot 2) 'slot) 2))
-\f
-;;; success
-(sb-ext:quit :unix-status 104)