summaryrefslogtreecommitdiff
path: root/test/accum3.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/accum3.lm')
-rw-r--r--test/accum3.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/accum3.lm b/test/accum3.lm
index 3c1b194b..84fa1500 100644
--- a/test/accum3.lm
+++ b/test/accum3.lm
@@ -25,9 +25,9 @@ cons ArgParser: parser<args> []
ArgV: list<str> ArgV = argv
for A: str in ArgV
- ArgParser << [A '\0']
+ send ArgParser [A '\0']
-Args: args = ArgParser.finish()
+Args: args = ArgParser()
print_xml( Args )