Fix --EXTENSIONS-- section for two tests in ext/zend_test

The extension name got broken in e6cf583160.

Closes GH-8357.
This commit is contained in:
Tim Düsterhus 2022-04-13 09:33:15 +02:00 committed by Christoph M. Becker
parent 33bb201b3e
commit 5655f1abe3
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
--TEST--
Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
--EXTENSIONS--
zend-test
zend_test
--INI--
memory_limit=20M
zend_test.observer.enabled=1

View file

@ -1,7 +1,7 @@
--TEST--
Bug #81430 (Attribute instantiation leaves dangling execute_data pointer)
--EXTENSIONS--
zend-test
zend_test
--INI--
memory_limit=20M
zend_test.observer.enabled=1