summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_045.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_045.phpt')
-rw-r--r--Zend/tests/closure_045.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/closure_045.phpt b/Zend/tests/closure_045.phpt
index c6276be47b..3a9720eaf5 100644
--- a/Zend/tests/closure_045.phpt
+++ b/Zend/tests/closure_045.phpt
@@ -13,6 +13,5 @@ $a = A::foo();
$a->bindTo(new A);
echo "Done.\n";
-
--EXPECTF--
Done.