From b917c645b8fd1402633b3540721e9c84ec6f4671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Wed, 1 May 2013 22:31:16 +0100 Subject: [PATCH] Vectors are equal if they are eql only --- tests/equal.lisp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/equal.lisp b/tests/equal.lisp index 7f76510..856a155 100644 --- a/tests/equal.lisp +++ b/tests/equal.lisp @@ -3,8 +3,3 @@ (test (equal "abc" "abc")) (test (not (equal "abc" "def"))) (test (not (equal "Abc" "abc"))) -(test (equal #(1 2 3) #(1 2 3))) -(test (equal '(1 2 #(3 4 ("a b c" T))) - '(1 2 #(3 4 ("a b c" T))))) -(test (not (equal '(1 2 #(3 4 ("a b c" T))) - '(1 2 #(3 4 ("a b x" T)))))) -- 1.7.10.4