[test-html-fonts] load-from-path instead of load

otherwise guile-3 complains:

"WARNING: Use of `load' in declarative module (#{ g79}#).
Add #:declarative? #f to your define-module invocation."
pull/756/head
Christopher Lam 6 years ago
parent 888f77f9ad
commit b6254f971d

@ -1,6 +1,6 @@
(use-modules (srfi srfi-64))
(use-modules (tests srfi64-extras))
(load "gnucash/report/html-fonts")
(load-from-path "gnucash/report/html-fonts")
(setlocale LC_ALL "C")

Loading…
Cancel
Save