changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/xkb/xkb.asd

revision 96: 301fd45bbe73
parent 89: 05e6cd6ea89e
child 324: 750629f830b2
     1.1--- a/lisp/ffi/xkb/xkb.asd	Mon Dec 11 22:54:13 2023 -0500
     1.2+++ b/lisp/ffi/xkb/xkb.asd	Wed Dec 13 20:02:36 2023 -0500
     1.3@@ -15,6 +15,6 @@
     1.4   :in-order-to ((test-op (test-op :xkb/tests))))
     1.5 
     1.6 (defsystem :xkb/tests
     1.7-  :depends-on (:std/rt :xkb)
     1.8+  :depends-on (:rt :xkb)
     1.9   :components ((:file "tests"))
    1.10   :perform (test-op (op c) (uiop:symbol-call '#:rt '#:do-tests :xkb)))