X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fmop-3.impure-cload.lisp;h=cb6f609903d55af3c71743e3bfba9fe710c92861;hb=9c9d6dbdc28a8bfe70be09f35263e9ec02411d0e;hp=74bb0f0fd25d8c12399f087b6c8146675aa72704;hpb=175c318c892b0627b36fa3c4db66f59680242204;p=sbcl.git diff --git a/tests/mop-3.impure-cload.lisp b/tests/mop-3.impure-cload.lisp index 74bb0f0..cb6f609 100644 --- a/tests/mop-3.impure-cload.lisp +++ b/tests/mop-3.impure-cload.lisp @@ -12,10 +12,7 @@ ;;;; more information. ;;; This file contains two tests for COMPUTE-APPLICABLE-METHODS on -;;; subclasses of generic functions. However, at present it is -;;; impossible to have both of these in the same image, because of a -;;; vicious metacircle. Once the vicious metacircle is dealt with, -;;; uncomment the second test case. +;;; subclasses of generic functions. ;;; tests from Bruno Haible (sbcl-devel 2004-08-02) @@ -58,7 +55,6 @@ (assert (equalp (list (testgf07 5.0) (testgf07 17)) '((number real) #(number real integer)))) -#| (defclass nonumber-generic-function (standard-generic-function) () (:metaclass funcallable-standard-class)) @@ -89,4 +85,3 @@ (assert (equalp (list (testgf08 5.0) (testgf08 17)) '((real) #(integer real)))) -|#