From: David Vázquez Date: Wed, 8 May 2013 08:31:39 +0000 (+0100) Subject: Remove wrong test X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=32518a8be7324767ec5ed641d71d89ca65318504;p=jscl.git Remove wrong test --- 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)))