summaryrefslogtreecommitdiff
path: root/test/lex-auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lex-auto.c')
-rw-r--r--test/lex-auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lex-auto.c b/test/lex-auto.c
index b75fbb0..e148649 100644
--- a/test/lex-auto.c
+++ b/test/lex-auto.c
@@ -267,7 +267,7 @@ void run_test(const uint8_t *data, size_t len, exp_entry *exp, size_t explen)
parserutils_inputstream *input;
css_lexer *lexer;
css_error error;
- const css_token *tok;
+ css_token *tok;
size_t e;
static int testnum;