diff options
Diffstat (limited to 'tests/location.test')
-rw-r--r-- | tests/location.test | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/location.test b/tests/location.test index e4d1402..8d0e2c6 100644 --- a/tests/location.test +++ b/tests/location.test @@ -18,14 +18,14 @@ ;;; along with this program. If not, see <http://www.gnu.org/licenses/>. (define-module (tests location) - :use-module (skribilo ast) - :use-module (skribilo reader) - :use-module (skribilo evaluator) - :use-module (skribilo package base) - :use-module (skribilo location) - :use-module (srfi srfi-1) - :use-module (srfi srfi-64) - :use-module (ice-9 match)) + #:use-module (skribilo ast) + #:use-module (skribilo reader) + #:use-module (skribilo evaluator) + #:use-module (skribilo package base) + #:use-module (skribilo location) + #:use-module (srfi srfi-1) + #:use-module (srfi srfi-64) + #:use-module (ice-9 match)) (cond-expand (guile-2 (begin)) (else (use-modules (ice-9 syncase)))) |