diff --git a/runtest.c b/runtest.c index c195930ab..e88c96085 100644 --- a/runtest.c +++ b/runtest.c @@ -87,7 +87,7 @@ /* * pseudo flag for the unification of HTML and XML tests */ -#define XML_PARSE_HTML 1 << 24 +#define XML_PARSE_HTML 1 << 30 /* * O_BINARY is just for Windows compatibility - if it isn't defined