diff options
author | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
commit | 29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0 (patch) | |
tree | a3c26d7bae2f6600eae7ebaa49a091032674d2aa /ext/ncurses/tests/001.phpt | |
parent | d94136fc3098e73ec46c6fb40358a5fbefced82f (diff) | |
download | php-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz |
- Remove unused blocks
Diffstat (limited to 'ext/ncurses/tests/001.phpt')
-rw-r--r-- | ext/ncurses/tests/001.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ncurses/tests/001.phpt b/ext/ncurses/tests/001.phpt index b6701f4d91..2316ba1db4 100644 --- a/ext/ncurses/tests/001.phpt +++ b/ext/ncurses/tests/001.phpt @@ -2,8 +2,6 @@ Check for ncurses presence --SKIPIF-- <?php if (!extension_loaded("ncurses")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo "ncurses extension is available"; |