]> granicus.if.org Git - libexpat/commitdiff
Fix test suite for --disable-xml-context (#146)
authorSebastian Pipping <sebastian@pipping.org>
Mon, 11 Sep 2017 13:25:37 +0000 (15:25 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 11 Sep 2017 13:29:57 +0000 (15:29 +0200)
Regression from bc6468d23073d133ef1b439b5049c7f609595087

expat/tests/runtests.c

index 44cb603659c083f612d5ddc0f7a50a60ca0070f0..506c9630606ccfc9835c8c748a9cee0b286e95d4 100644 (file)
@@ -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;