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.
This commit is contained in:
Christoph M. Becker 2018-07-01 00:16:09 +02:00
parent 1118fca75d
commit a72bab1b9a

View File

@ -18,6 +18,6 @@ object(IntlRuleBasedBreakIterator)#%d (3) {
["text"]=>
string(3) "foo"
["type"]=>
string(%d) "%sRuleBasedBreakIterator%s"
string(%d) "%SRuleBasedBreakIterator%S"
}
===DONE===