X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos.impure-cload.lisp;fp=tests%2Fclos.impure-cload.lisp;h=e9e09b5f8d6ca165788327bfc6dea1a8816df814;hb=ff92598854bf7cae8d57fe49cef4d9a98e1ab345;hp=67032c54047bb4a3d96c75945023a912ccb7cad5;hpb=8b64d57b865fec6ba082dda965146b5e8aa877b3;p=sbcl.git diff --git a/tests/clos.impure-cload.lisp b/tests/clos.impure-cload.lisp index 67032c5..e9e09b5 100644 --- a/tests/clos.impure-cload.lisp +++ b/tests/clos.impure-cload.lisp @@ -73,7 +73,7 @@ ;;; in a similar vein, we should be able to define methods on classes ;;; that are effectively unknown to the type system: (sb-mop:ensure-class 'unknown-type) -(defmethod method ((x unknown-type)) x) +(defmethod method-on-unknown ((x unknown-type)) x) ;;; (we can't call it without defining methods on allocate-instance ;;; etc., but we should be able to define it).