summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_cmdline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index ff31faeb..695c3bec 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -8,7 +8,6 @@ from coverage.misc import ExceptionDuringRun
from tests.coveragetest import CoverageTest, OK, ERR
-# TODO: base these tests on new cmdline, not old.
class BaseCmdLineTest(CoverageTest):
"""Tests of execution paths through the command line interpreter."""