This is an automated email from the git hooks/post-receive script.
arnebab pushed a commit to branch main
in repository guile.
The following commit(s) were added to refs/heads/main by this push:
new 5bbc2d41d guile-test: define as non-declarative
5bbc2d41d is described below
commit 5bbc2d41d9cb4d42a226c753469bc0a7a81b33ae
Author: Arne Babenhauserheide <[email protected]>
AuthorDate: Mon Mar 11 01:50:29 2024 +0100
guile-test: define as non-declarative
* test-suite/guile-test (define-module): add #:declarative? #f because
it uses load
---
test-suite/guile-test | 1 +
1 file changed, 1 insertion(+)
diff --git a/test-suite/guile-test b/test-suite/guile-test
index 2d4e94171..552cef97e 100755
--- a/test-suite/guile-test
+++ b/test-suite/guile-test
@@ -88,6 +88,7 @@
:use-module (system vm coverage)
:use-module (srfi srfi-11)
:use-module (system vm vm)
+ #:declarative? #f
:export (main data-file-name test-file-name))