X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Finterface.pure.lisp;h=a37c1f66986ecb56dc8c71e1f4547bd1e236c3ef;hb=3586bad78cd1b61c356ec74a4e7bcced1eb69cb3;hp=6208384e2abb2add420c3986addc3f8ea0e57f84;hpb=b0fab8a8c774f4e2921877c408ecca0b39d38676;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index 6208384..a37c1f6 100644 --- a/tests/interface.pure.lisp +++ b/tests/interface.pure.lisp @@ -41,3 +41,9 @@ (subtypep 'fixnum 'integer nil) (upgraded-array-element-type '(mod 5) nil) (upgraded-complex-part-type '(single-float 0.0 1.0) nil) + +;;; We should have documentation for our extension package: +(assert (documentation (find-package "SB-EXT") t)) + +;;; DECLARE should not be a special operator +(assert (not (special-operator-p 'declare)))