X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftype.pure.lisp;h=b97a0e995737ede259d4ab0abdb9de02241cab47;hb=60d2531e0a12daa5a43e390affe9260688b17d21;hp=557b327becb86480b1473ab76cb26bf81815e0bb;hpb=508bf17fa9e609c523a2795d84a3bc908db1b302;p=sbcl.git diff --git a/tests/type.pure.lisp b/tests/type.pure.lisp index 557b327..b97a0e9 100644 --- a/tests/type.pure.lisp +++ b/tests/type.pure.lisp @@ -169,7 +169,6 @@ (subtypep '(function) '(function (t &rest t)))) '(nil t))) -#+nil (assert (and (subtypep 'function '(function)) (subtypep '(function) 'function)))