diff options
Diffstat (limited to 'tests/location.test')
-rw-r--r-- | tests/location.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/location.test b/tests/location.test index 8d0e2c6..ae6c462 100644 --- a/tests/location.test +++ b/tests/location.test @@ -1,6 +1,6 @@ ;;; Check the AST source location info. -*- Scheme -*- ;;; -;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> +;;; Copyright (C) 2012, 2020 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of Skribilo. ;;; @@ -27,9 +27,6 @@ #:use-module (srfi srfi-64) #:use-module (ice-9 match)) -(cond-expand (guile-2 (begin)) - (else (use-modules (ice-9 syncase)))) - (define-syntax call-with-code (syntax-rules () ((_ string thunk) |