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:
parent
b466e70ae5
commit
35d8a230a8
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user