diff options
Diffstat (limited to 'Lib/test/test_hash.py')
-rw-r--r-- | Lib/test/test_hash.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py index 56974b8..59e43dc 100644 --- a/Lib/test/test_hash.py +++ b/Lib/test/test_hash.py @@ -78,7 +78,6 @@ class HashInheritanceTestCase(unittest.TestCase): ] error_expected = [NoHash(), OnlyEquality(), - OnlyCmp(), ] def test_default_hash(self): |