summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_clone_bad_obj.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_clone_bad_obj.phpt')
-rw-r--r--ext/intl/tests/msgfmt_clone_bad_obj.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/tests/msgfmt_clone_bad_obj.phpt b/ext/intl/tests/msgfmt_clone_bad_obj.phpt
index 48321094d1..69105a6b04 100644
--- a/ext/intl/tests/msgfmt_clone_bad_obj.phpt
+++ b/ext/intl/tests/msgfmt_clone_bad_obj.phpt
@@ -15,6 +15,5 @@ try {
} catch (Exception $e) {
var_dump($e->getMessage());
}
-
--EXPECTF--
string(%d) "Cannot clone unconstructed MessageFormatter"