Index: git_cl.py |
=================================================================== |
--- git_cl.py (revision 148624) |
+++ git_cl.py (working copy) |
@@ -683,8 +683,6 @@ |
content += '\nR=' + self.reviewers |
if '\nBUG=' not in self.description: |
content += '\nBUG=' |
- if '\nTEST=' not in self.description: |
- content += '\nTEST=' |
content = content.rstrip('\n') + '\n' |
content = gclient_utils.RunEditor(content, True) |
if not content: |