Index: tools/lsan/PRESUBMIT.py |
diff --git a/tools/lsan/PRESUBMIT.py b/tools/lsan/PRESUBMIT.py |
index e7891ff20f922bfafbfe9af27d1be155c788874a..21983946a1f77d71bb7ce863e3b4433ecae02e74 100644 |
--- a/tools/lsan/PRESUBMIT.py |
+++ b/tools/lsan/PRESUBMIT.py |
@@ -35,7 +35,7 @@ def CheckChangeOnCommit(input_api, output_api): |
def GetPreferredTryMasters(project, change): |
return { |
'tryserver.chromium.linux': { |
- 'linux_asan': set(['compile']), |
+ 'linux_chromium_asan_rel': set(['compile']), |
earthdok
2014/10/20 11:57:53
There's no reason to have this in PRESUBMIT. tools
Paweł Hajdan Jr.
2014/10/20 15:03:56
Done.
|
}, |
'tryserver.chromium.mac': { |
'mac_asan': set(['compile']), |
earthdok
2014/10/20 11:58:42
(same)
Paweł Hajdan Jr.
2014/10/20 15:03:56
Done.
|