guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/04: srfi-10.test: add missing (test-suite lib) depend


From: Rob Browning
Subject: [Guile-commits] 01/04: srfi-10.test: add missing (test-suite lib) dependency
Date: Sun, 14 Apr 2024 17:29:21 -0400 (EDT)

rlb pushed a commit to branch main
in repository guile.

commit d0301eac2c0d4a8b982d4ef78ad211fe5debc17e
Author: Rob Browning <rlb@defaultvalue.org>
AuthorDate: Fri Aug 25 16:27:41 2023 -0500

    srfi-10.test: add missing (test-suite lib) dependency
    
    * test-suite/tests/srfi-10.test: use (test-suite lib)
---
 test-suite/tests/srfi-10.test | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-suite/tests/srfi-10.test b/test-suite/tests/srfi-10.test
index c379d0bac..bc7a79157 100644
--- a/test-suite/tests/srfi-10.test
+++ b/test-suite/tests/srfi-10.test
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]