From: Marcus Boerger Date: Tue, 3 Feb 2004 22:05:30 +0000 (+0000) Subject: No longer needed X-Git-Tag: php-5.0.0b4RC1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4137d77ca96630e8b1bba8d076aab64990670d48;p=php No longer needed --- diff --git a/tests/lang/bug26900.phpt b/tests/lang/bug26900.phpt deleted file mode 100755 index 4af0df89da..0000000000 --- a/tests/lang/bug26900.phpt +++ /dev/null @@ -1,15 +0,0 @@ ---TEST-- -Bug #26900 (Memory leak when passing arguments to __clone()) ---FILE-- -__clone('bad argument'); - - echo "OK\n"; -?> ---EXPECT-- -OK