mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-23 17:33:50 +03:00
tests: Fix tests --with-valid --without-xinclude
Fix a copy/paste error from commit 4eba9f9c
.
Fixes #632.
This commit is contained in:
parent
1c7f4c70fe
commit
ec7f65069a
@ -422,7 +422,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…
Reference in New Issue
Block a user