about summary refs log tree commit diff
path: root/tests/readers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/readers')
-rw-r--r--tests/readers/rss-2.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/readers/rss-2.test b/tests/readers/rss-2.test
index e3a3b97..954ccff 100644
--- a/tests/readers/rss-2.test
+++ b/tests/readers/rss-2.test
@@ -18,9 +18,9 @@
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (tests rss-2)
-  :use-module (ice-9 match)
-  :use-module (skribilo reader)
-  :use-module (srfi srfi-64))
+  #:use-module (ice-9 match)
+  #:use-module (skribilo reader)
+  #:use-module (srfi srfi-64))
 
 (cond-expand (guile-2 (begin))
              (else    (use-modules (ice-9 syncase))))