summaryrefslogtreecommitdiff
path: root/tests/yyextra.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yyextra.l')
-rw-r--r--tests/yyextra.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/yyextra.l b/tests/yyextra.l
index 172d02d..37e8821 100644
--- a/tests/yyextra.l
+++ b/tests/yyextra.l
@@ -48,7 +48,7 @@ static void append_char (char c, yyscan_t scanner );
%}
%option 8bit prefix="test"
-%option nounput nomain noyywrap nodefault
+%option nounput nomain noyywrap nodefault noinput
%option warn
%option reentrant