diff options
author | Adrian Thurston <thurston@complang.org> | 2015-01-24 10:12:48 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2015-01-24 10:12:48 -0500 |
commit | af9614513235a310590747bd0f39435c54816beb (patch) | |
tree | c5c9ca899d06f69026c3e5c04d1d0d54a45af85a /test/rubyhere.lm | |
parent | 6ed9cc38ede29690539e8da3d2c161ce82a77b07 (diff) | |
download | colm-af9614513235a310590747bd0f39435c54816beb.tar.gz |
mandatory arg list for new
Diffstat (limited to 'test/rubyhere.lm')
-rw-r--r-- | test/rubyhere.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubyhere.lm b/test/rubyhere.lm index 219bb0d5..09003b4a 100644 --- a/test/rubyhere.lm +++ b/test/rubyhere.lm @@ -87,7 +87,7 @@ context rubyhere [item*] end # rubyhere -RubyHere: rubyhere = new rubyhere +RubyHere: rubyhere = new rubyhere() parse S: rubyhere::start(RubyHere)[ stdin ] |