X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.impure.lisp;h=2de57660b6d96da3ccdbf9bc555d9d83aa351a1c;hb=4c81c652cdc32faefee1bccb84c3c9a7854e3edd;hp=cbb9ae381e8950907681d7157b6acf1406c87416;hpb=0fd1ec424a7e5969a76a2531e42a6b2621e63c11;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)