summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_fail.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_fail.phpt')
-rwxr-xr-xext/intl/tests/msgfmt_fail.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/tests/msgfmt_fail.phpt b/ext/intl/tests/msgfmt_fail.phpt
index c26a54e9ef..bffb71c56d 100755
--- a/ext/intl/tests/msgfmt_fail.phpt
+++ b/ext/intl/tests/msgfmt_fail.phpt
@@ -1,7 +1,8 @@
--TEST--
-msgfmt creation failures
+msgfmt creation failures icu <= 4.2
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
+<?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?>
--FILE--
<?php