X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fmop.impure-cload.lisp;h=4d9852189633bfbee9aa2b13955a8cc2fafe15e2;hb=c7142fb2d5f30fcdbcd89e37e46e5be02ecc97b2;hp=56a0ddbbf374e87d9dc0eac8947dea479e57d184;hpb=a110dc1207382adf09d84a49be2381de0c688ec8;p=sbcl.git diff --git a/tests/mop.impure-cload.lisp b/tests/mop.impure-cload.lisp index 56a0ddb..4d98521 100644 --- a/tests/mop.impure-cload.lisp +++ b/tests/mop.impure-cload.lisp @@ -6,7 +6,7 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. @@ -24,8 +24,8 @@ ;;; hyperobject. Fix from Gerd Moellmann. (defclass hyperobject-class (standard-class) ((user-name :initarg :user-name :type string :initform nil - :accessor user-name - :documentation "User name for class"))) + :accessor user-name + :documentation "User name for class"))) (defclass hyperobject-dsd (standard-direct-slot-definition) ()) @@ -34,7 +34,7 @@ ((vc :initform 42))) (defmethod validate-superclass ((class hyperobject-class) - (superclass standard-class)) + (superclass standard-class)) t) (defmethod compute-effective-slot-definition :around @@ -57,6 +57,3 @@ (eval '(make-instance 'person :name t)) - -;;; success -(sb-ext:quit :unix-status 104) \ No newline at end of file