From 1efee47d3ee61f05ed8bc35185fc89340b4cb14c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 01:12:09 +0300 Subject: [PATCH] Returned asd. --- cl-info-test.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-info-test.asd b/cl-info-test.asd index 3d1d7a2..12037fe 100644 --- a/cl-info-test.asd +++ b/cl-info-test.asd @@ -3,7 +3,7 @@ :license "" :class :package-inferred-system :pathname "t" - :depends-on (;; "hamcrest" + :depends-on ("hamcrest" "cl-info-test/core") :description "Test system for cl-info"