diff options
-rw-r--r-- | tests/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm index 8cbe009..8f09fea 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -27,7 +27,7 @@ (assoc-ref ((module-ref (resolve-module '(ccwl cwl)) 'command->cwl-scm) - (command #:inputs (file #:type 'File) + (command #:inputs (file #:type File) #:run "wc" "-c" #:stdin file)) 'inputs) |