diff options
author | Xinchen Hui <laruence@php.net> | 2015-08-18 18:04:26 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-08-18 18:04:26 +0800 |
commit | 14ea398d782c0e4c9f766fd25386e48d9472c87b (patch) | |
tree | 4ef10a0c91a63c1176afdb50bbe984872d0727ba /Zend/tests/bug62358.phpt | |
parent | 685fee75a593e3f4fbb9679b2df612ea7ba1c5fb (diff) | |
download | php-git-14ea398d782c0e4c9f766fd25386e48d9472c87b.tar.gz |
It should not be skip
Diffstat (limited to 'Zend/tests/bug62358.phpt')
-rw-r--r-- | Zend/tests/bug62358.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/tests/bug62358.phpt b/Zend/tests/bug62358.phpt index 2a6f22e675..44480fc5ef 100644 --- a/Zend/tests/bug62358.phpt +++ b/Zend/tests/bug62358.phpt @@ -1,11 +1,5 @@ --TEST-- Bug #62358 (Segfault when using traits a lot) ---SKIPIF-- -<?php -if (getenv("USE_ZEND_ALLOC") !== "0") { - die("skip Need Zend MM enabled"); -} -?> --FILE-- <?php |