From 76cc63942abab97ce112c1f5aebb8ea3f044c2bf Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 12 Sep 2024 01:43:42 +0200 Subject: [PATCH] test: Fix XML_PARSE_HTML constant --- runtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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