summaryrefslogtreecommitdiff
path: root/test/commitbt.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/commitbt.lm')
-rw-r--r--test/commitbt.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/commitbt.lm b/test/commitbt.lm
index 9131ebf4..28503d7f 100644
--- a/test/commitbt.lm
+++ b/test/commitbt.lm
@@ -100,7 +100,7 @@ token item
{
M: str = input.pull(match_length)
S: sub = parse_stop sub(input)
- input.push( make_token( typeid item M S ) )
+ input.push( make_token( typeid<item> M S ) )
}
token EOL /'\n'/