From a72bab1b9a2365fff499021cde54a10c36330e01 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 1 Jul 2018 00:16:09 +0200 Subject: [PATCH] Make newly introduced bug76556.phpt more resilient Obviously, different compilers mangle the C++ class name differently. We should neither expect a prefix nor a suffix. --- ext/intl/tests/bug76556.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/intl/tests/bug76556.phpt b/ext/intl/tests/bug76556.phpt index 57395fba2d2..9e4e1ed9730 100644 --- a/ext/intl/tests/bug76556.phpt +++ b/ext/intl/tests/bug76556.phpt @@ -18,6 +18,6 @@ object(IntlRuleBasedBreakIterator)#%d (3) { ["text"]=> string(3) "foo" ["type"]=> - string(%d) "%sRuleBasedBreakIterator%s" + string(%d) "%SRuleBasedBreakIterator%S" } ===DONE===