about summary refs log tree commit diff
path: root/tests/ccwl.scm
diff options
context:
space:
mode:
authorArun Isaac2025-11-27 18:21:49 +0000
committerArun Isaac2025-11-27 18:21:49 +0000
commitd75e207bb14eb5460a139c3383ba4249d689b679 (patch)
tree4ffcd48f4ad5e0e385730c89f6a2862cbc84c067 /tests/ccwl.scm
parent0b85ece2ec47609187fc86cfd3c7ee4519e96b37 (diff)
downloadccwl-d75e207bb14eb5460a139c3383ba4249d689b679.tar.gz
ccwl-d75e207bb14eb5460a139c3383ba4249d689b679.tar.lz
ccwl-d75e207bb14eb5460a139c3383ba4249d689b679.zip
Use guile-run64 for tests.
Diffstat (limited to 'tests/ccwl.scm')
-rw-r--r--tests/ccwl.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index 2d755ad..e10d9f2 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -1,5 +1,5 @@
 ;;; ccwl --- Concise Common Workflow Language
-;;; Copyright © 2021–2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021–2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of ccwl.
 ;;;
@@ -20,6 +20,7 @@
              (srfi srfi-1)
              (srfi srfi-64)
              (srfi srfi-71)
+             (ice-9 match)
              (ccwl ccwl)
              (ccwl conditions))