Chromium Code Reviews| Index: tools/valgrind/valgrind_test.py |
| =================================================================== |
| --- tools/valgrind/valgrind_test.py (revision 113580) |
| +++ tools/valgrind/valgrind_test.py (working copy) |
| @@ -966,7 +966,6 @@ |
| self.out = open(self.TMP_FILE, "w") |
| def Report(self, files, testcase, check_sanity=False): |
| - # TODO(timurrrr): handle testcase? |
| reports = self.GetReports(files) |
| for report in reports: |
| print >>self.out, report |