From dc52cf4ccc719714db87611cf5496fc874b50d50 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 00:38:05 +0300 Subject: [PATCH] Checking how it will be without hamcrest. --- 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 12037fe..3d1d7a2 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"