summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug62904.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug62904.phpt')
-rw-r--r--ext/spl/tests/bug62904.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug62904.phpt b/ext/spl/tests/bug62904.phpt
index ae9151483a..776a08e756 100644
--- a/ext/spl/tests/bug62904.phpt
+++ b/ext/spl/tests/bug62904.phpt
@@ -12,7 +12,5 @@ $x = new foo(2);
$z = clone $x;
echo "No crash.";
-
--EXPECTF--
No crash.
-