mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix sports.test
* test-suite/tests/sports.test (include-tests): Fix encoding when reading ports.test.
This commit is contained in:
parent
e32dcf214e
commit
8b6f4df3f4
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
|||
(if (eof-object? exp)
|
||||
#'()
|
||||
(let ((exp (datum->syntax #'include-tests exp)))
|
||||
#`((include-one #,exp) . #,(lp)))))))))))))
|
||||
#`((include-one #,exp) . #,(lp))))))))
|
||||
#:guess-encoding #t)))))
|
||||
|
||||
(include-tests "tests/ports.test")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue