From 2b4e45ca1b89a942200b7b9f46060dddc44d2876 Mon Sep 17 00:00:00 2001 From: Daniel Llorens Date: Thu, 9 Apr 2020 16:58:17 +0200 Subject: [PATCH] Add #:declarative? #f to (srfi srfi-64) This is needed for test-log-to-file to work. --- module/srfi/srfi-64.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/srfi/srfi-64.scm b/module/srfi/srfi-64.scm index 81dcc5dc5..925726f5c 100644 --- a/module/srfi/srfi-64.scm +++ b/module/srfi/srfi-64.scm @@ -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))