X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.impure.lisp;h=2de57660b6d96da3ccdbf9bc555d9d83aa351a1c;hb=7254da92a1ba1bf8bc5a2e78a29d993f272d526e;hp=cbb9ae381e8950907681d7157b6acf1406c87416;hpb=ce2a580a469d285e7054ada13ef456e3dad08a34;p=sbcl.git diff --git a/tests/interface.impure.lisp b/tests/interface.impure.lisp index cbb9ae3..2de5766 100644 --- a/tests/interface.impure.lisp +++ b/tests/interface.impure.lisp @@ -239,12 +239,10 @@ (assert (not (setf (documentation 'docfoo 'function) nil))) (assert (string= (documentation 'docfoo 'function) "zot"))) -#+sb-doc -(with-test (:name (documentation built-in-macro)) +(with-test (:name (documentation built-in-macro) :skipped-on '(not :sb-doc)) (assert (documentation 'trace 'function))) -#+sb-doc -(with-test (:name (documentation built-in-function)) +(with-test (:name (documentation built-in-function) :skipped-on '(not :sb-doc)) (assert (documentation 'cons 'function))) (with-test (:name :describe-generic-function-with-assumed-type)