git » jacl.git » commit b9963d8

Empty DO* test

author Alan Dipert
2021-07-24 06:23:17 UTC
committer Alan Dipert
2021-07-24 06:23:17 UTC
parent 7890d4527211d921cd3c324ceea9fa31d22806de

Empty DO* test

jacl-tests.lisp +2 -0

diff --git a/jacl-tests.lisp b/jacl-tests.lisp
index 00af486..fbd4631 100644
--- a/jacl-tests.lisp
+++ b/jacl-tests.lisp
@@ -154,6 +154,8 @@
        (assert= k 0))
     (setq k (1- k))))
 
+(deftest "DO*")
+
 (deftest "DOLIST"
   (let ((x 0))
     (assert=