Skip to content

Commit

Permalink
Fix a typo in the C++ style guide.
Browse files Browse the repository at this point in the history
Bug: 1343840
Change-Id: I4cad93cf15f2fef912f9f956f3c784ce6d3f1f9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3760388
Commit-Queue: Joseph Koshy <jkoshy@google.com>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1023732}
  • Loading branch information
jkoshy authored and Chromium LUCI CQ committed Jul 13, 2022
1 parent 521d640 commit 0b38a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/c++/c++.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ status of Chromium's C++ support is covered in more detail in

* 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/+/main/PRESUBMIT.py).
[PRESUBMIT.py](https://chromium.googlesource.com/chromium/src/+/main/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.
Expand Down

0 comments on commit 0b38a32

Please sign in to comment.