From 449a75c9e067d383ed41309c6ac33416a2066f88 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Dec 2025 13:46:19 +0000 Subject: ccwl: Add separator field to constuctor. --- tests/cwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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") -- cgit 1.4.1