| Index: tools/heapcheck/PRESUBMIT.py
|
| ===================================================================
|
| --- tools/heapcheck/PRESUBMIT.py (revision 96607)
|
| +++ tools/heapcheck/PRESUBMIT.py (working copy)
|
| @@ -25,6 +25,9 @@
|
| continue
|
|
|
| if skip_next_line:
|
| + if 'insert_a_suppression_name_here' in line:
|
| + errors.append('"insert_a_suppression_name_here" is not a valid '
|
| + 'suppression name')
|
| if suppressions.has_key(line):
|
| errors.append('suppression with name "%s" at %s line %s has already '
|
| 'been defined at line %s' % (line, f.LocalPath(),
|
|
|