From 5453bae3d18e92712b0d2ee36c59a5ff191af9e3 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Tue, 12 Oct 2021 16:45:39 +0530
Subject: tests: Fix quoting of type.

* tests/ccwl.scm ("stdin input should not have inputBinding"): Fix
quoting of type File.
---
 tests/ccwl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit v1.2.3