mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
guile-test: set module declarative #f to eliminate warning
* test-suite/guile-test: set module declarative #f to eliminate warning
This commit is contained in:
parent
6059c99fc2
commit
fc62dba31b
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
(apply (module-ref module 'main) args)))
|
||||
|
||||
(define-module (test-suite guile-test)
|
||||
:declarative? #f
|
||||
:use-module (test-suite lib)
|
||||
:use-module (ice-9 getopt-long)
|
||||
:use-module (ice-9 and-let-star)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue