From: Nikita Popov Date: Thu, 11 Jul 2019 15:03:48 +0000 (+0200) Subject: Remove redundant 64-bit ezmlm_hash() test X-Git-Tag: php-7.4.0beta1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59852c03211ee6b6bf35d415dbe749c43a622ce4;p=php Remove redundant 64-bit ezmlm_hash() test This test is the same as the as ezmlm_hash_basic.phpt. This function does not behave differently on 32-bit and 64-bit. --- diff --git a/ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt b/ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt deleted file mode 100644 index 44a06651ad..0000000000 --- a/ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt +++ /dev/null @@ -1,25 +0,0 @@ ---TEST-- -Test ezmlm_hash() function : basic functionality ---SKIPIF-- - ---FILE-- - -===Done=== ---EXPECT-- -*** Testing ezmlm_hash() : basic functionality *** -int(1) -int(7) -===Done===