From bc690d63f6d2f10bc1cff89cb4dfd7589c3b012c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 13 Aug 2019 12:34:48 +0200 Subject: [PATCH] Adjust GC count in SPL test --- ext/spl/tests/bug53071.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/bug53071.phpt b/ext/spl/tests/bug53071.phpt index ca394f5434..4a2450e201 100644 --- a/ext/spl/tests/bug53071.phpt +++ b/ext/spl/tests/bug53071.phpt @@ -23,5 +23,5 @@ echo "Done.\n"; ?> --EXPECT-- -int(4) +int(3) Done. -- 2.50.1