From 3240718240a323d0938a17f0ddb864e3ed188156 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 11 Sep 2017 15:25:37 +0200 Subject: [PATCH] Fix test suite for --disable-xml-context (#146) Regression from bc6468d23073d133ef1b439b5049c7f609595087 --- expat/tests/runtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 44cb6036..506c9630 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -11351,7 +11351,7 @@ context_realloc_test(const char *text) { NULL, NULL } }; int i; - const int max_realloc_count = 5; + const int max_realloc_count = 6; for (i = 0; i < max_realloc_count; i++) { reallocation_count = i; -- 2.40.0