1
0
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:
Nick Wellnhofer 2023-11-27 18:03:01 +01:00
parent 1c7f4c70fe
commit ec7f65069a

View File

@ -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