summaryrefslogtreecommitdiff
path: root/test/colm.d/sendstream.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/colm.d/sendstream.lm')
-rw-r--r--test/colm.d/sendstream.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/colm.d/sendstream.lm b/test/colm.d/sendstream.lm
index 50edeae6..0db1cb99 100644
--- a/test/colm.d/sendstream.lm
+++ b/test/colm.d/sendstream.lm
@@ -16,14 +16,14 @@ Go: bool
Go = true
while ( Go ) {
_: parser<g> = Parser
- " hello friend
+ << " hello friend
Go = false
}
Go = true
while ( Go ) {
_: stream = stdout
- " hello friend
+ << " hello friend
Go = false
}