From abb26cc82d4d3eb4afbbcc854e96f5a32bb24843 Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Fri, 10 May 2013 16:46:54 +0200 Subject: [PATCH 1/1] [test] Remove comments about EQUAL not being properly defined for lists --- tests/list.lisp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/list.lisp b/tests/list.lisp index d96c7db..1296166 100644 --- a/tests/list.lisp +++ b/tests/list.lisp @@ -1,8 +1,5 @@ ;; Tests for list functions -;; TODO: EQUAL doesn't compare lists correctly at the moment. -;; Once it does the lists can be compared directly in many of these tests - ; COPY-TREE (test (let* ((foo (list '(1 2) '(3 4))) (bar (copy-tree foo))) @@ -80,7 +77,6 @@ (test (equal (intersection '((1) (2)) '((2) (3)) :test #'equal) '((2)))) ; SUBST -; Can't really test this until EQUAL works properly on lists ; POP (test (let* ((foo '(1 2 3)) -- 1.7.10.4