diff options
author | Nikita Popov <nikic@php.net> | 2016-03-02 00:50:46 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-03-03 16:38:05 +0100 |
commit | a4e56194d74b52944e7042940ba570e8143168d0 (patch) | |
tree | 37ad984eaab341509221177eafa69ba7a09109d7 | |
parent | 4f0042beadd3141c901ae5a0ef1cf1a6d29656be (diff) | |
download | php-git-a4e56194d74b52944e7042940ba570e8143168d0.tar.gz |
Fix intermixed SKIPIF and XFAIL sections in test
-rw-r--r-- | ext/session/tests/bug69111.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug69111.phpt b/ext/session/tests/bug69111.phpt index 75b78f01ac..c6d10c74a0 100644 --- a/ext/session/tests/bug69111.phpt +++ b/ext/session/tests/bug69111.phpt @@ -1,8 +1,8 @@ --TEST-- Bug #69111 Crash in SessionHandler::read() ---SKIPIF-- --XFAIL-- It is still a leak +--SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php |