From fcb53118447661b7443db280f2da973e1eba8214 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Fri, 4 Dec 2015 20:35:52 +0300 Subject: [PATCH] info.impure(globaldb-info-iterate): pass on #-sb-doc. Don't check for :variable :documentation. --- tests/info.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/info.impure.lisp b/tests/info.impure.lisp index 3ef9237dc..03fb140ce 100644 --- a/tests/info.impure.lisp +++ b/tests/info.impure.lisp @@ -150,7 +150,8 @@ (:function :info) (:function :source-transform) (:type :kind) (:type :builtin) (:source-location :declaration) - (:variable :kind) (:variable :documentation) + (:variable :kind) + #+sb-doc (:variable :documentation) (:variable :type) (:variable :where-from) (:source-location :variable) (:alien-type :kind) (:alien-type :translator))) -- 2.11.4.GIT