mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Add #:declarative? #f to (srfi srfi-64)
This is needed for test-log-to-file to work.
This commit is contained in:
parent
e37b1fb34c
commit
2b4e45ca1b
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
||||||
test-on-group-begin-simple test-on-group-end-simple
|
test-on-group-begin-simple test-on-group-end-simple
|
||||||
test-on-bad-count-simple test-on-bad-end-name-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-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))
|
(cond-expand-provide (current-module) '(srfi-64))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue