From 3928c1003a81d0ef6296911838099d388c034909 Mon Sep 17 00:00:00 2001 From: pfdietz Date: Mon, 17 Feb 2003 13:23:12 +0000 Subject: [PATCH] Fixed busted test subtypep.and/or.1 --- ansi-tests/subtypep.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansi-tests/subtypep.lsp b/ansi-tests/subtypep.lsp index dc2749c..8cb67de 100644 --- a/ansi-tests/subtypep.lsp +++ b/ansi-tests/subtypep.lsp @@ -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) -- GitLab