changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 86: 278fb1d6dfa8
parent 18: 61482ce290f9
child 92: 1ce0d98a13ed
     1.1--- a/lisp/lib/packy/tests.lisp	Fri Dec 08 22:39:00 2023 -0500
     1.2+++ b/lisp/lib/packy/tests.lisp	Fri Dec 08 22:58:17 2023 -0500
     1.3@@ -1,4 +1,6 @@
     1.4 (defpackage :packy/tests
     1.5-  (:use :cl :std :sb-ext))
     1.6+  (:use :cl :std/rt :packy))
     1.7 
     1.8 (in-package :packy/tests)
     1.9+(defsuite :packy)
    1.10+(in-suite :packy)