MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.

llvm-svn: 77690
This commit is contained in:
Daniel Dunbar 2009-07-31 18:12:18 +00:00
parent 0f5a6fc38b
commit cd4c338437
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def getTests(cfg, inputs):
if not os.path.isdir(path):
yield path
continue
foundOne = False
for dirpath,dirnames,filenames in os.walk(path):