diff --git a/Lib/test/test_pow.py b/Lib/test/test_pow.py index ce99fe64106..cac1ae5ea2d 100644 --- a/Lib/test/test_pow.py +++ b/Lib/test/test_pow.py @@ -59,9 +59,6 @@ class PowTest(unittest.TestCase): def test_powint(self): self.powtest(int) - def test_powlong(self): - self.powtest(int) - def test_powfloat(self): self.powtest(float)