Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
0d46fa84
Commit
0d46fa84
authored
Jan 13, 2003
by
pfdietz
Browse files
Added special cases of TYPES-6, three cases that are failing in CMU CL.
parent
187c700e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/types-and-class.lsp
View file @
0d46fa84
...
...
@@ -316,3 +316,17 @@
(defparameter type-and-class-macros
(not (macro-function 'deftype))
nil)
;;; Special cases of types-6 that are/were causing problems in CMU CL
(deftest keyword-is-subtype-of-atom
(subtypep* 'keyword 'atom)
t t)
(deftest ratio-is-subtype-of-atom
(subtypep* 'ratio 'atom)
t t)
(deftest extended-char-is-subtype-of-atom
(subtypep* 'extended-char 'atom)
t t)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment