summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 7c32020785..5dd59a4239 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__":