From 1d704a05eeb56339d89600ea273b17d05c52ec5b Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 26 Jun 2015 09:25:56 -0500 Subject: [PATCH] Fix closure leak test --- Zend/tests/closure_call_leak_with_exception.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/tests/closure_call_leak_with_exception.phpt b/Zend/tests/closure_call_leak_with_exception.phpt index 07374c78f4..f6545ee520 100644 --- a/Zend/tests/closure_call_leak_with_exception.phpt +++ b/Zend/tests/closure_call_leak_with_exception.phpt @@ -1,6 +1,6 @@ ---FILE-- -Closure must not leak during a dynmaic call interrupted by an exception --TEST-- +Closure must not leak during a dynamic call interrupted by an exception +--FILE--