From: Dmitry Stogov Date: Mon, 17 Jun 2019 11:56:28 +0000 (+0300) Subject: Remove XFAIL mark X-Git-Tag: php-7.4.0alpha2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=938d2359ae111653e2c5a733a25f5ac6e17fcf33;p=php Remove XFAIL mark --- diff --git a/ext/ffi/tests/100.phpt b/ext/ffi/tests/100.phpt index 85a6bcc668..63fae8c215 100644 --- a/ext/ffi/tests/100.phpt +++ b/ext/ffi/tests/100.phpt @@ -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