Skip to content
Snippets Groups Projects
Commit 81b6d96a authored by pfdietz's avatar pfdietz
Browse files

Added test that all builtin symbol type specifiers that should represent...

Added test that all builtin symbol type specifiers that should represent nonempty types are not subtypes of NIL.
parent b1170901
No related branches found
No related tags found
No related merge requests found
......@@ -183,3 +183,14 @@
100))
nil)
;;; Check that types that are supposed to be nonempty are
;;; not subtypes of NIL
(deftest subtypep.nil.1
(loop for (type) in *subtype-table*
unless (member type '(nil extended-char))
append (check-all-not-subtypep type nil))
nil)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment