From 32518a8be7324767ec5ed641d71d89ca65318504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Wed, 8 May 2013 09:31:39 +0100 Subject: [PATCH] Remove wrong test --- tests/equal.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/equal.lisp b/tests/equal.lisp index b0b1bf6..856a155 100644 --- a/tests/equal.lisp +++ b/tests/equal.lisp @@ -3,4 +3,3 @@ (test (equal "abc" "abc")) (test (not (equal "abc" "def"))) (test (not (equal "Abc" "abc"))) -(test (equal #(1 2 3) #(1 2 3))) -- 1.7.10.4