summaryrefslogtreecommitdiff
path: root/test/accum2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/accum2.lm')
-rw-r--r--test/accum2.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum2.lm b/test/accum2.lm
index e1eac4d3..a94434e3 100644
--- a/test/accum2.lm
+++ b/test/accum2.lm
@@ -28,6 +28,6 @@ context ctx
cons SP: parser<ctx::start> []
SP.ctx = cons ctx []
-send SP stdin
+send SP [stdin]
Input: ctx::start = SP()
print( Input '\n' )