1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Add #:declarative? #f to (srfi srfi-64)

This is needed for test-log-to-file to work.
This commit is contained in:
Daniel Llorens 2020-04-09 16:58:17 +02:00
parent e37b1fb34c
commit 2b4e45ca1b

View file

@ -48,7 +48,8 @@
test-on-group-begin-simple test-on-group-end-simple
test-on-bad-count-simple test-on-bad-end-name-simple
test-on-final-simple test-on-test-end-simple
test-on-final-simple))
test-on-final-simple)
#:declarative? #f) ; #f needed for test-log-to-file
(cond-expand-provide (current-module) '(srfi-64))