mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
tests: Fix tests --with-valid --without-xinclude
Fix a copy/paste error from commit 4eba9f9c. Fixes #632.
This commit is contained in:
parent
9eacc03879
commit
8d9a5c68e9
@ -420,7 +420,7 @@ main(int argc, const char **argv) {
|
||||
globalData.processFile = processSchema;
|
||||
#endif
|
||||
} else if (strcmp(fuzzer, "valid") == 0) {
|
||||
#ifdef HAVE_XINCLUDE_FUZZER
|
||||
#ifdef HAVE_VALID_FUZZER
|
||||
processArg = processPattern;
|
||||
globalData.processFile = processXml;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user