1
Fork 0
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:
Andy Wingo 2016-05-18 22:11:32 +02:00
parent e32dcf214e
commit 8b6f4df3f4

View file

@ -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")