diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 7c32020785f..5dd59a42392 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -2067,7 +2067,7 @@ def test_main(): LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest, RotatingFileHandlerTest, LastResortTest, - #TimedRotatingFileHandlerTest + TimedRotatingFileHandlerTest ) if __name__ == "__main__":