aboutsummaryrefslogtreecommitdiff
path: root/tests/readers/rss-2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/readers/rss-2.test')
-rw-r--r--tests/readers/rss-2.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/readers/rss-2.test b/tests/readers/rss-2.test
index 954ccff..a0e5838 100644
--- a/tests/readers/rss-2.test
+++ b/tests/readers/rss-2.test
@@ -1,6 +1,6 @@
;;; Excercise RSS 2.0 reader. -*- Scheme -*-
;;;
-;;; Copyright (C) 2008, 2009, 2012 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright (C) 2008, 2009, 2012, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of Skribilo.
;;;
@@ -22,9 +22,6 @@
#:use-module (skribilo reader)
#:use-module (srfi srfi-64))
-(cond-expand (guile-2 (begin))
- (else (use-modules (ice-9 syncase))))
-
(if (or (not (false-if-exception (resolve-interface '(sxml simple))))
(not (false-if-exception (resolve-interface '(htmlprag)))))
(exit 77))