mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix srfi-64.test for #:select borkage. The irony...
* test-suite/tests/srfi-64.test: Fix for recent #:select borkage.
This commit is contained in:
parent
f1c0434403
commit
2546849642
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue