diff options
Diffstat (limited to 'Lib/test/test_pep3151.py')
-rw-r--r-- | Lib/test/test_pep3151.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_pep3151.py b/Lib/test/test_pep3151.py index 2792c10f98..7d4a5d8446 100644 --- a/Lib/test/test_pep3151.py +++ b/Lib/test/test_pep3151.py @@ -157,8 +157,6 @@ class AttributesTest(unittest.TestCase): e.characters_written = 5 self.assertEqual(e.characters_written, 5) - # XXX VMSError not tested - class ExplicitSubclassingTest(unittest.TestCase): |