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