From 35d8a230a8e99facff8afb6214c60d3609cd11f3 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 6 Feb 2025 10:14:56 +0100 Subject: [PATCH] tests: Fix expected errors in runxmlconf The extra failure if regexps weren't enabled was actually a regression fixed by the previous commit. --- runxmlconf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/runxmlconf.c b/runxmlconf.c index ec0e96ca..62401e8e 100644 --- a/runxmlconf.c +++ b/runxmlconf.c @@ -29,11 +29,7 @@ static FILE *logfile = NULL; static int verbose = 0; -#ifdef LIBXML_REGEXP_ENABLED - #define NB_EXPECTED_ERRORS 15 -#else - #define NB_EXPECTED_ERRORS 16 -#endif +#define NB_EXPECTED_ERRORS 15 const char *skipped_tests[] = {