summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-01 00:16:09 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-01 00:20:32 +0200
commita72bab1b9a2365fff499021cde54a10c36330e01 (patch)
treeabd4609caa2face5ccc66d6c62a612df7b5c4a1d
parent1118fca75dca112e7a6aa60296626733ccfc4284 (diff)
downloadphp-git-a72bab1b9a2365fff499021cde54a10c36330e01.tar.gz
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.
-rw-r--r--ext/intl/tests/bug76556.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug76556.phpt b/ext/intl/tests/bug76556.phpt
index 57395fba2d..9e4e1ed973 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===