summaryrefslogtreecommitdiff
path: root/test/forloop1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/forloop1.lm')
-rw-r--r--test/forloop1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/forloop1.lm b/test/forloop1.lm
index db0d9e6f..37b378e7 100644
--- a/test/forloop1.lm
+++ b/test/forloop1.lm
@@ -9,7 +9,7 @@ def start
parse P: start[stdin]
Start: start = P
for Id: id in Start
- print( ^Id '\n' )
+ print( ^Id, '\n' )
##### IN #####
a b c
##### EXP #####