about summary refs log tree commit diff
path: root/tests/cwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cwl.scm')
-rw-r--r--tests/cwl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cwl.scm b/tests/cwl.scm
index 8009a2e..f5eeb44 100644
--- a/tests/cwl.scm
+++ b/tests/cwl.scm
@@ -53,6 +53,6 @@
     (default . #f)
     (label . "foo"))
   (input->cwl-scm
-   (make-input "foo" 'boolean "foo" #f #f #f #f '())))
+   (make-input "foo" 'boolean "foo" #f #f #f #f #f '())))
 
 (test-end "cwl")