1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

srfi-10.test: add missing (test-suite lib) dependency

* test-suite/tests/srfi-10.test: use (test-suite lib)
This commit is contained in:
Rob Browning 2023-08-25 16:27:41 -05:00
parent 3ff8836e64
commit d0301eac2c

View file

@ -17,7 +17,9 @@
;;;; License along with this library; if not, write to the Free Software
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
(use-modules (srfi srfi-10))
(use-modules
(srfi srfi-10)
((test-suite lib) #:select (pass-if with-test-prefix)))
(define-reader-ctor 'rx make-regexp)