| Index: tools/heapcheck/heapcheck_test.py
|
| ===================================================================
|
| --- tools/heapcheck/heapcheck_test.py (revision 96482)
|
| +++ tools/heapcheck/heapcheck_test.py (working copy)
|
| @@ -58,8 +58,7 @@
|
| common.RunSubprocess(proc, self._timeout)
|
|
|
| # Always return true, even if running the subprocess failed. We depend on
|
| - # Analyze to determine if the run was valid. (This behaviour copied from
|
| - # the purify_test.py script.)
|
| + # Analyze to determine if the run was valid.
|
| return True
|
|
|
| def Analyze(self, log_lines, check_sanity=False):
|
|
|