diff options
-rw-r--r-- | tests/ccwl.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm index 24024f3..d97c757 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -16,8 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with ccwl. If not, see <https://www.gnu.org/licenses/>. -(use-modules (srfi srfi-71) - (srfi srfi-64)) +(use-modules (srfi srfi-64)) (test-begin "ccwl") |