X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos.pure.lisp;h=ae8b524a625b73914e1f6ebf87078927e8165e5a;hb=1cba0af01f5107ab384d0d8b94b1f6330b3d0ef4;hp=aec18503fa2688ed2502f070effe5ce8ea49a863;hpb=95a76d208004b4ad58ebee3bf36a3f4ae75fdb46;p=sbcl.git diff --git a/tests/clos.pure.lisp b/tests/clos.pure.lisp index aec1850..ae8b524 100644 --- a/tests/clos.pure.lisp +++ b/tests/clos.pure.lisp @@ -54,7 +54,7 @@ ;;; (i.e. portably) but it's much easier using the MOP and ;;; MAP-ALL-CLASSES. (flet ((standardized-class-p (c) - (find-symbol (symbol-name (class-name c)) "CL"))) + (eq (class-name c) (find-symbol (symbol-name (class-name c)) "CL")))) (let (result) (sb-pcl::map-all-classes (lambda (c) (when (standardized-class-p c)