From 0ff48dd263e3228b74b92122dc03fa539b3c6d98 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 30 Sep 2025 23:55:08 +0100 Subject: work/types: Rename to . array-type conflicts with a core Guile function. --- tests/work/command-line-tool.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/work/command-line-tool.scm b/tests/work/command-line-tool.scm index 3d11b53..3d63fbb 100644 --- a/tests/work/command-line-tool.scm +++ b/tests/work/command-line-tool.scm @@ -1,5 +1,5 @@ ;;; ravanan --- High-reproducibility CWL runner powered by Guix -;;; Copyright © 2024 Arun Isaac +;;; Copyright © 2024, 2025 Arun Isaac ;;; ;;; This file is part of ravanan. ;;; @@ -24,6 +24,6 @@ (test-equal "match null object to array type" #f - (match-type 'null (array-type 'File))) + (match-type 'null (cwl-array-type 'File))) (test-end "work.command-line-tool") -- cgit 1.4.1