rlb pushed a commit to branch main
in repository guile.

commit d0301eac2c0d4a8b982d4ef78ad211fe5debc17e
Author: Rob Browning <r...@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