changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/io/io.asd

revision 258: 11ef863e0ac0
parent 244: f89fb3fbffd6
child 261: 2a4f11c0e8c8
     1.1--- a/lisp/lib/io/io.asd	Mon Apr 01 22:14:14 2024 -0400
     1.2+++ b/lisp/lib/io/io.asd	Mon Apr 01 23:58:17 2024 -0400
     1.3@@ -7,5 +7,5 @@
     1.4   :in-order-to ((test-op (test-op "io/tests"))))
     1.5 
     1.6 (defsystem :io/tests
     1.7-  :depends-on (:rt :io)
     1.8+  :depends-on (:rt :io :uring :sb-bsd-sockets)
     1.9   :perform (test-op (o c) (symbol-call :rt :do-tests :io)))