From a555cc0b3d4f745e6d0bb8c595de400a0c728827 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Thu, 7 Nov 2019 21:31:47 +0100 Subject: Clean DONE tags from tests Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872. --- ext/spl/tests/bug73629.phpt | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/spl/tests/bug73629.phpt') diff --git a/ext/spl/tests/bug73629.phpt b/ext/spl/tests/bug73629.phpt index 9ad0cec60f..f66c319ca1 100644 --- a/ext/spl/tests/bug73629.phpt +++ b/ext/spl/tests/bug73629.phpt @@ -14,7 +14,5 @@ try { echo 'expected exception: ' . $e->getMessage() . "\n"; } ?> -===DONE=== --EXPECT-- expected exception: Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen -===DONE=== -- cgit v1.2.1