changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/skel/tests.lisp

revision 469: 7354623e5b54
parent 468: 121a0253aa3c
child 508: e2d577f31866
     1.1--- a/lisp/lib/skel/tests.lisp	Sat Jun 22 00:51:41 2024 -0400
     1.2+++ b/lisp/lib/skel/tests.lisp	Sat Jun 22 19:45:19 2024 -0400
     1.3@@ -97,3 +97,6 @@
     1.4   (let ((vm (make-sk-vm 1)))
     1.5     (is (sks-pop vm))
     1.6     (signals simple-error (sks-pop vm))))
     1.7+
     1.8+(deftest asd ()
     1.9+  (let ((sk (make-instance 'sk-project :components '((:lisp "test")))))))