summaryrefslogtreecommitdiff
path: root/test/tcontext1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcontext1.lm')
-rw-r--r--test/tcontext1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tcontext1.lm b/test/tcontext1.lm
index 82e39713..d1e17d2c 100644
--- a/test/tcontext1.lm
+++ b/test/tcontext1.lm
@@ -16,7 +16,7 @@ end
token ws_no_nl
/[ \t]+ [^ \t\n]/
{
- input->push( make_token( typeid<ws_no_nl> input->pull(match_length-1) ) )
+ input->push( make_token( typeid<ws_no_nl>, input->pull(match_length-1) ) )
}
def method_call