summaryrefslogtreecommitdiff
path: root/tests/ccwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccwl.scm')
-rw-r--r--tests/ccwl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index e60a035..d8100c5 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -212,7 +212,7 @@
(guard (exception
(else (and (ccwl-violation? exception)
(string=? (formatted-message-format exception)
- "#:stderr parameter must be a string"))))
+ "Invalid #:stderr parameter ~a. #:stderr parameter must be a string"))))
(begin (macroexpand
'(command #:inputs (message #:type string)
#:run "echo" message
@@ -224,7 +224,7 @@
(guard (exception
(else (and (ccwl-violation? exception)
(string=? (formatted-message-format exception)
- "#:stdout parameter must be a string"))))
+ "Invalid #:stdout parameter ~a. #:stdout parameter must be a string"))))
(begin (macroexpand
'(command #:inputs (message #:type string)
#:run "echo" message