Fix gentest pcpp option
This commit is contained in:
parent
f836f81baf
commit
56278abe33
@ -63,7 +63,7 @@ def gentest(
|
|||||||
popt = ""
|
popt = ""
|
||||||
|
|
||||||
options = ParserOptions(verbose=verbose)
|
options = ParserOptions(verbose=verbose)
|
||||||
if options:
|
if pcpp:
|
||||||
options.preprocessor = make_pcpp_preprocessor()
|
options.preprocessor = make_pcpp_preprocessor()
|
||||||
maybe_options = "options = ParserOptions(preprocessor=make_pcpp_preprocessor())"
|
maybe_options = "options = ParserOptions(preprocessor=make_pcpp_preprocessor())"
|
||||||
popt = ", options=options"
|
popt = ", options=options"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user