mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
3ff8836e64
commit
d0301eac2c
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue