]> granicus.if.org Git - php/commitdiff
Remove XFAIL mark
authorDmitry Stogov <dmitry@zend.com>
Mon, 17 Jun 2019 11:56:28 +0000 (14:56 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 17 Jun 2019 11:56:28 +0000 (14:56 +0300)
ext/ffi/tests/100.phpt

index 85a6bcc668c6caa686eb56d43f55f2c7c250dcb3..63fae8c21555fc8ac0a1345d99b121a27912bd8e 100644 (file)
@@ -8,10 +8,6 @@ try {
 } catch (Throwable $e) {
        die('skip PHP symbols not available');
 }
-
-if (PHP_OS == "Darwin") {
-    die("xfail there is a known leak here");
-}
 ?>
 --INI--
 ffi.enable=1