[Lldb-commits] [lldb] r370235 - [dotest] Remove outdates TODO
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 28 10:38:51 PDT 2019
Author: jdevlieghere
Date: Wed Aug 28 10:38:50 2019
New Revision: 370235
URL: http://llvm.org/viewvc/llvm-project?rev=370235&view=rev
Log:
[dotest] Remove outdates TODO
The referenced function `find_test_files_in_dir_tree` no longer exists.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dotest.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/dotest.py?rev=370235&r1=370234&r2=370235&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dotest.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dotest.py Wed Aug 28 10:38:50 2019
@@ -730,7 +730,6 @@ def visit_file(dir, name):
unittest2.defaultTestLoader.loadTestsFromName(base))
-# TODO: This should be replaced with a call to find_test_files_in_dir_tree.
def visit(prefix, dir, names):
"""Visitor function for os.path.walk(path, visit, arg)."""
More information about the lldb-commits
mailing list