summaryrefslogtreecommitdiff
path: root/tests/alloc_extra.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alloc_extra.l')
-rw-r--r--tests/alloc_extra.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alloc_extra.l b/tests/alloc_extra.l
index 14e1837..2c582a8 100644
--- a/tests/alloc_extra.l
+++ b/tests/alloc_extra.l
@@ -49,7 +49,7 @@ void *yyalloc ( size_t size, yyscan_t scanner );
%}
%option 8bit prefix="test"
-%option nounput nomain noyywrap nodefault
+%option nounput nomain noyywrap nodefault noinput
%option warn
%option extra-type="struct Check *"
%option reentrant