summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ccwl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index dfdc7c0..8cbe009 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -25,8 +25,8 @@
(not (assoc-ref
(assoc-ref
(assoc-ref
- ((module-ref (resolve-module '(ccwl ccwl))
- 'command->cwl)
+ ((module-ref (resolve-module '(ccwl cwl))
+ 'command->cwl-scm)
(command #:inputs (file #:type 'File)
#:run "wc" "-c"
#:stdin file))