X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fequal.lisp;h=856a155f16b6874154be11ade01ab776f0bf64c3;hb=064ea3b5dfb0d44a71025990d91d54726cb42415;hp=b0b1bf6278c0840ab233fea267475e81b4a15256;hpb=ac57d5570ffb5fb9936ffca4e0d6c8d9fddc1e29;p=jscl.git 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)))