guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: Fix srfi-64.test for #:select borkage. The irony.


From: Andy Wingo
Subject: [Guile-commits] 02/02: Fix srfi-64.test for #:select borkage. The irony...
Date: Tue, 21 Jun 2016 20:46:46 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 25468496425360edbf2cd7cb9d92648f61dd7d16
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 21 22:46:03 2016 +0200

    Fix srfi-64.test for #:select borkage.  The irony...
    
    * test-suite/tests/srfi-64.test: Fix for recent #:select borkage.
---
 test-suite/tests/srfi-64.test |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-suite/tests/srfi-64.test b/test-suite/tests/srfi-64.test
index 190d6b2..1ceeccd 100644
--- a/test-suite/tests/srfi-64.test
+++ b/test-suite/tests/srfi-64.test
@@ -17,9 +17,10 @@
 ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
 
 (define-module (test-srfi-64)
-  #:use-module ((test-suite lib) #:select (report))
   #:use-module (srfi srfi-64))
 
+(define report (@@ (test-suite lib) report))
+
 (define (guile-test-runner)
   (let ((runner (test-runner-null)))
     (test-runner-on-test-end! runner



reply via email to

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