summaryrefslogtreecommitdiff
path: root/expat/tests/runtests.c
diff options
context:
space:
mode:
Diffstat (limited to 'expat/tests/runtests.c')
-rw-r--r--expat/tests/runtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c
index e28670d2..6d6f6690 100644
--- a/expat/tests/runtests.c
+++ b/expat/tests/runtests.c
@@ -7588,7 +7588,7 @@ START_TEST(test_misc_version) {
fail("Version mismatch");
#if ! defined(XML_UNICODE) || defined(XML_UNICODE_WCHAR_T)
- if (xcstrcmp(version_text, XCS("expat_2.4.5"))) /* needs bump on releases */
+ if (xcstrcmp(version_text, XCS("expat_2.4.6"))) /* needs bump on releases */
fail("XML_*_VERSION in expat.h out of sync?\n");
#else
/* If we have XML_UNICODE defined but not XML_UNICODE_WCHAR_T