Fix test_descr.

This commit is contained in:
Ezio Melotti 2010-08-02 20:54:56 +00:00
parent fc521498bb
commit 1374a3eb9c
1 changed files with 0 additions and 1 deletions

View File

@ -4436,7 +4436,6 @@ def test_main():
with test_support._check_py3k_warnings(
("classic (int|long) division", DeprecationWarning),
("coerce.. not supported", DeprecationWarning),
("Overriding __cmp__ ", DeprecationWarning),
(".+__(get|set|del)slice__ has been removed", DeprecationWarning)):
# Run all local test cases, with PTypesLongInitTest first.
test_support.run_unittest(PTypesLongInitTest, OperatorsTest,