aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-29 00:15:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commit069cb70f77fd45cc5b1cd6e47a0da9b264fc5771 (patch)
tree7329147331cb2062320edca3d989ba71e13c20ef
parentRemove and=>>. (diff)
downloadcalp-069cb70f77fd45cc5b1cd6e47a0da9b264fc5771.tar.gz
calp-069cb70f77fd45cc5b1cd6e47a0da9b264fc5771.tar.xz
Remove test stubs for removed procedures 'set' and 'set->'.
-rw-r--r--tests/unit/util/hnh-util.scm6
1 files changed, 0 insertions, 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)