aboutsummaryrefslogtreecommitdiff
path: root/tests/test/hnh-util.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/hnh-util.scm')
-rw-r--r--tests/test/hnh-util.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test/hnh-util.scm b/tests/test/hnh-util.scm
index dc64a3aa..4e50ac1b 100644
--- a/tests/test/hnh-util.scm
+++ b/tests/test/hnh-util.scm
@@ -202,6 +202,9 @@
(test-assert "not equal"
(!= 1 2)))
+(test-group "init+last"
+ 'TODO)
+
(test-group "take-to"
(test-equal "Take to"
'() (take-to '() 5)))