diff options
author | Arun Isaac | 2021-07-02 16:18:31 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-02 16:18:31 +0530 |
commit | 3a82e006a0d3c1e951559dfe9c8c7a08f1149bec (patch) | |
tree | 8a30b4f243601ab161e5968d6df29118bf72c793 /tests | |
parent | c550ff6cdc8264c66c13ab3b21e61fccedf9735e (diff) | |
download | ccwl-3a82e006a0d3c1e951559dfe9c8c7a08f1149bec.tar.gz ccwl-3a82e006a0d3c1e951559dfe9c8c7a08f1149bec.tar.lz ccwl-3a82e006a0d3c1e951559dfe9c8c7a08f1149bec.zip |
tests: Remove unnecessary import.
* tests/ccwl.scm: Do not import (srfi srfi-71).
Diffstat (limited to 'tests')
-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") |