From 0ec08e089c622f794599177c80020692447ce9fd Mon Sep 17 00:00:00 2001 From: Gary King Date: Thu, 11 Sep 2008 22:07:04 -0400 Subject: [PATCH] fix parenthesis in test darcs-hash:20080912020704-3cc5d-9c98c6c7062fa6ef5ca95a0cd8048e4ccd8e4452.gz --- unit-tests/test-api.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit-tests/test-api.lisp b/unit-tests/test-api.lisp index e1d4206..3814935 100644 --- a/unit-tests/test-api.lisp +++ b/unit-tests/test-api.lisp @@ -66,6 +66,6 @@ (parent-vertexes (parent-vertexes b))) (ensure-same child-vertexes (list (find-vertex g 'c) (find-vertex g 'i)) - :test 'set-equal)) + :test 'set-equal) (ensure-same parent-vertexes (list (find-vertex g 'a)) - :test 'set-equal)) + :test 'set-equal))) -- 1.7.10.4