summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocument_save_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/DOMDocument_save_basic.phpt')
-rw-r--r--ext/dom/tests/DOMDocument_save_basic.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_save_basic.phpt b/ext/dom/tests/DOMDocument_save_basic.phpt
index c7d1ead24b..6f49da496f 100644
--- a/ext/dom/tests/DOMDocument_save_basic.phpt
+++ b/ext/dom/tests/DOMDocument_save_basic.phpt
@@ -30,4 +30,3 @@ echo 'Wrote: ' . $doc->save($temp_filename) . ' bytes'; // Wrote: 72 bytes
?>
--EXPECTF--
Wrote: 72 bytes
-