about summary refs log tree commit diff
path: root/test-data/external-cwl-workflow.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/external-cwl-workflow.scm')
-rw-r--r--test-data/external-cwl-workflow.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/test-data/external-cwl-workflow.scm b/test-data/external-cwl-workflow.scm
deleted file mode 100644
index 74c91c1..0000000
--- a/test-data/external-cwl-workflow.scm
+++ /dev/null
@@ -1,7 +0,0 @@
-(define echo
-  (cwl-workflow "echo.cwl"))
-
-;; TODO: Remove this workflow and return echo directly once bug
-;; a9352f5 is fixed.
-(workflow ((message #:type string))
-  (echo #:message "foo"))