| Index: docs/updating_clang.md
|
| diff --git a/docs/updating_clang.md b/docs/updating_clang.md
|
| index d5dcde92d70e831214748b990bd56b9a2320181c..72e1082b007d5acd274e45277863120c69a12ee4 100644
|
| --- a/docs/updating_clang.md
|
| +++ b/docs/updating_clang.md
|
| @@ -10,8 +10,7 @@
|
| 1. Run an exhaustive set of try jobs to test the new compiler:
|
| ```
|
| git cl try &&
|
| - git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng \
|
| - -b mac_chromium_gyp_dbg &&
|
| + git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng &&
|
| git cl try -m tryserver.chromium.linux -b linux_chromium_chromeos_dbg_ng \
|
| -b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng &&
|
| git cl try -m tryserver.blink -b linux_precise_blink_rel
|
|
|