summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_detect_order.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_detect_order.phpt')
-rw-r--r--ext/mbstring/tests/mb_detect_order.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_detect_order.phpt b/ext/mbstring/tests/mb_detect_order.phpt
index 8c6ee3eb5e..664ffd7bda 100644
--- a/ext/mbstring/tests/mb_detect_order.phpt
+++ b/ext/mbstring/tests/mb_detect_order.phpt
@@ -45,7 +45,6 @@ $r = mb_detect_order($a);
print implode(', ', mb_detect_order()) . "\n";
?>
-
--EXPECT--
OK_AUTO
ASCII, JIS, UTF-8, EUC-JP, SJIS
@@ -58,4 +57,3 @@ OK_BAD_STR
ASCII, JIS, EUC-JP, UTF-8
OK_BAD_ARRAY
ASCII, JIS, EUC-JP, UTF-8
-