0

Fix the markdown links.

Bug: 1079253
Change-Id: I886e737cc791f54d8758dbb337a63b51539fc806
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188528
Auto-Submit: Caitlin Fischer <caitlinfischer@google.com>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766708}
This commit is contained in:
Caitlin Fischer
2020-05-08 03:15:24 +00:00
committed by Commit Bot
parent e98220e698
commit 7776cfd416
2 changed files with 2 additions and 6 deletions
styleguide

@ -215,9 +215,7 @@ This is the order of the import groups:
## Test-only Code
Functions used only for testing should be restricted to test-only usages
with the testing suffixes supported by
[PRESUMBIT.py](https://chromium.googlesource.com/chromium/src/+/master/
PRESUBMIT.py).
with the testing suffixes supported [PRESUMBIT.py](https://chromium.googlesource.com/chromium/src/+/master/PRESUBMIT.py).
`ForTesting` is the conventional suffix although similar patterns, such as
`ForTest`, are also accepted. These suffixes are checked at presubmit time
to ensure the functions are called only by test files.