summaryrefslogtreecommitdiff
path: root/test/prints.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/prints.lm')
-rw-r--r--test/prints.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prints.lm b/test/prints.lm
index fc9e7ff1..c4a38ca7 100644
--- a/test/prints.lm
+++ b/test/prints.lm
@@ -8,8 +8,8 @@ def start
parse Start: start[stdin]
-prints( stderr 'fd stderr: ' ^Start '\n' )
-prints( stdout 'fd stdout: ' ^Start '\n' )
+prints( stderr, 'fd stderr: ', ^Start, '\n' )
+prints( stdout, 'fd stdout: ', ^Start, '\n' )
##### IN #####
a b c
##### EXP #####