summaryrefslogtreecommitdiff
path: root/test/accum3.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-24 10:12:48 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-24 10:12:48 -0500
commitaf9614513235a310590747bd0f39435c54816beb (patch)
treec5c9ca899d06f69026c3e5c04d1d0d54a45af85a /test/accum3.lm
parent6ed9cc38ede29690539e8da3d2c161ce82a77b07 (diff)
downloadcolm-af9614513235a310590747bd0f39435c54816beb.tar.gz
mandatory arg list for new
Diffstat (limited to 'test/accum3.lm')
-rw-r--r--test/accum3.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum3.lm b/test/accum3.lm
index 86225859..45d664ec 100644
--- a/test/accum3.lm
+++ b/test/accum3.lm
@@ -19,7 +19,7 @@ def item
def args
[item*]
-ArgParser: parser<args> = new parser<args>
+ArgParser: parser<args> = new parser<args>()
A: argv_el = argv->head
while ( A ) {