X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.impure.lisp;h=175edcec9fd52935c61e8416e5fd9b3e4c436758;hb=1471fe66b2159cf5edbee456a34ee14226db2aaa;hp=ad10e6dfba381dbb6681afe52965f2959809dfd6;hpb=d59bdfa4e0d74a69f700b516f143fe0176dc84ca;p=sbcl.git diff --git a/tests/interface.impure.lisp b/tests/interface.impure.lisp index ad10e6d..175edce 100644 --- a/tests/interface.impure.lisp +++ b/tests/interface.impure.lisp @@ -232,7 +232,7 @@ "bar" (incf x y))) -(with-test (:name (documentation closure)) +(with-test (:name (documentation :closure)) (assert (string= (documentation 'docfoo 'function) "bar")) (assert (string= (setf (documentation 'docfoo 'function) "baz") "baz")) (assert (string= (documentation 'docfoo 'function) "baz")) @@ -243,10 +243,10 @@ (assert (not (setf (documentation 'docfoo 'function) nil))) (assert (not (documentation 'docfoo 'function)))) -(with-test (:name (documentation built-in-macro) :skipped-on '(not :sb-doc)) +(with-test (:name (documentation :built-in-macro) :skipped-on '(not :sb-doc)) (assert (documentation 'trace 'function))) -(with-test (:name (documentation built-in-function) :skipped-on '(not :sb-doc)) +(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)