diff options
Diffstat (limited to 'test/accum1.lm')
-rw-r--r-- | test/accum1.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum1.lm b/test/accum1.lm index 186125a3..716bb20a 100644 --- a/test/accum1.lm +++ b/test/accum1.lm @@ -23,4 +23,4 @@ for Id: id in Input { S: start = Output() -print( S '\n' ) +print( S ) |