about summary refs log tree commit diff
path: root/tests/ui.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/ui.scm
parent0b85ece2ec47609187fc86cfd3c7ee4519e96b37 (diff)
downloadccwl-d75e207bb14eb5460a139c3383ba4249d689b679.tar.gz
ccwl-d75e207bb14eb5460a139c3383ba4249d689b679.tar.lz
ccwl-d75e207bb14eb5460a139c3383ba4249d689b679.zip
Use guile-run64 for tests.
Diffstat (limited to 'tests/ui.scm')
-rw-r--r--tests/ui.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ui.scm b/tests/ui.scm
index a5741c0..115a20e 100644
--- a/tests/ui.scm
+++ b/tests/ui.scm
@@ -1,5 +1,5 @@
 ;;; ccwl --- Concise Common Workflow Language
-;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023, 2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of ccwl.
 ;;;
@@ -16,7 +16,8 @@
 ;;; 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-64)
+(use-modules (srfi srfi-26)
+             (srfi srfi-64)
              (term ansi-color)
              (ccwl ui)
              (ccwl conditions))