Fix whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114724 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer
2010-09-24 09:00:56 +00:00
parent de0e11c8f3
commit c8417d7165
3 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class GoogleTest(object):
index += 1
while len(nested_tests) > index:
nested_tests.pop()
ln = ln[index*2:]
if ln.endswith('.'):
nested_tests.append(ln)
@@ -84,7 +84,7 @@ class GoogleTest(object):
out, err, exitCode = TestRunner.executeCommand(
cmd, env=test.config.environment)
if not exitCode:
return Test.PASS,''