summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/intl/tests/spoofchecker_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/spoofchecker_007.phpt b/ext/intl/tests/spoofchecker_007.phpt
index 1dfdcc98ce..0514fe1b32 100644
--- a/ext/intl/tests/spoofchecker_007.phpt
+++ b/ext/intl/tests/spoofchecker_007.phpt
@@ -5,7 +5,7 @@ spoofchecker with restriction level
<?php
$r = new ReflectionClass("SpoofChecker");
if (false === $r->getConstant("SINGLE_SCRIPT_RESTRICTIVE")) {
- die("Incompatible ICU version");
+ die("skip Incompatible ICU version");
}
?>
--FILE--