1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-26 14:50:08 +03:00

tests: Fix expected errors in runxmlconf

The extra failure if regexps weren't enabled was actually a regression
fixed by the previous commit.
This commit is contained in:
Nick Wellnhofer 2025-02-06 10:14:56 +01:00
parent b466e70ae5
commit 35d8a230a8

View File

@ -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[] = {