Skip to content
Snippets Groups Projects
Commit 3928c100 authored by pfdietz's avatar pfdietz
Browse files

Fixed busted test subtypep.and/or.1

parent ad552fdc
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,8 @@
(deftest subtypep.and/or.1
(check-equivalence
'(and (or symbol (integer 0 10))
(or symbol (integer 15 25)))
'(and (or symbol (integer 0 15))
(or symbol (integer 10 25)))
'(or symbol (integer 10 15)))
nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment