diff options
Diffstat (limited to 'tests/classes/destructor_and_exceptions.phpt')
-rwxr-xr-x | tests/classes/destructor_and_exceptions.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/destructor_and_exceptions.phpt b/tests/classes/destructor_and_exceptions.phpt index 8100c92465..0da6e642af 100755 --- a/tests/classes/destructor_and_exceptions.phpt +++ b/tests/classes/destructor_and_exceptions.phpt @@ -51,7 +51,7 @@ catch(FatalException $e) ?> ===DONE=== ---EXPECTF-- +--EXPECT-- FailClass::__destruct Caught: FailClass FatalException::__construct |