From 422b111114b79822f76c01c6a6f1cb19343776a6 Mon Sep 17 00:00:00 2001 From: paku Date: Sun, 26 May 2024 16:14:33 +0900 Subject: [PATCH] Remove implements --- tests/hsx.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/hsx.lisp b/tests/hsx.lisp index 4d891d0..e511f85 100644 --- a/tests/hsx.lisp +++ b/tests/hsx.lisp @@ -46,10 +46,7 @@ "child2")))) (defcomp comp (&key prop1 prop2 children) - (div - prop1 - prop2 - children)) + (declare (ignore prop1 prop2 children))) (test component-hsx (is (equal (macroexpand-1