Fix another typo.

llvm-svn: 125323
This commit is contained in:
Johnny Chen 2011-02-11 00:07:26 +00:00
parent b18528df84
commit 0061ff20d8
1 changed files with 1 additions and 1 deletions

View File

@ -106,5 +106,5 @@ def cleanup(sender=None, dictionary=None):
lldbtest.system(["/bin/sh", "-c", "make clean"+getCmdLine(dictionary)],
sender=sender)
# True signifies that we can handle building dsym.
# True signifies that we can handle cleanup.
return True