From fa84b8ebb4ab14ca841d7e479865548dadc5eb88 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 28 Sep 2018 13:39:43 +0200 Subject: Fix test for release builds --- Zend/tests/bug76846.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Zend/tests/bug76846.phpt b/Zend/tests/bug76846.phpt index c167a8bb78..fbef201033 100644 --- a/Zend/tests/bug76846.phpt +++ b/Zend/tests/bug76846.phpt @@ -23,5 +23,4 @@ while (true) { ?> --EXPECTF-- -Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d -%A +Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d%A -- cgit v1.2.1