Fix gentest pcpp option
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user