From 069cb70f77fd45cc5b1cd6e47a0da9b264fc5771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 29 Oct 2023 00:15:19 +0200 Subject: Remove test stubs for removed procedures 'set' and 'set->'. --- tests/unit/util/hnh-util.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/unit/util/hnh-util.scm b/tests/unit/util/hnh-util.scm index bee38ddb..4ca6433d 100644 --- a/tests/unit/util/hnh-util.scm +++ b/tests/unit/util/hnh-util.scm @@ -386,12 +386,6 @@ (test-equal "-> order dependant" -1 (-> 1 (- 2))) (test-equal "->> order dependant" 1 (->> 1 (- 2)))) -(test-group "set" - 'TODO) - -(test-group "set->" - 'TODO) - (test-group "downcase-symbol" 'TODO) -- cgit v1.2.3