|
@@ -1149,14 +1149,6 @@ while (true) {
|
|
|
*/
|
|
|
public function test55($expected, $input = null)
|
|
|
{
|
|
|
- // if T_FINALLY does not exist then skip test
|
|
|
- // may occur on hhvm, see: https://github.com/facebook/hhvm/issues/3703
|
|
|
- if (!defined('T_FINALLY')) {
|
|
|
- $this->markTestSkipped('Lack of T_FINALLY token.');
|
|
|
-
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
$this->makeTest($expected, $input);
|
|
|
}
|
|
|
|