commit | d71b2c1f447dea03087a782dd6849ef41d07e823 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Feb 05 02:07:20 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Feb 05 02:07:20 2010 +0000 |
tree | f6332314b720f6892f0169898af0cf9b5719156b | |
parent | 77aa6a71769a36fb6845bb6f9be188b984f00223 [diff] |
this works correctly in py3 already
diff --git a/Lib/test/test_with.py b/Lib/test/test_with.py index 3cbae02..640f31c 100644 --- a/Lib/test/test_with.py +++ b/Lib/test/test_with.py
@@ -363,7 +363,6 @@ self.assertAfterWithManagerInvariantsWithError(cm) self.assertAfterWithGeneratorInvariantsWithError(self.resource) - @unittest.expectedFailure def testExceptionNormalized(self): cm = mock_contextmanager_generator() def shouldThrow():