Skip to content

Commit 1ba9e25

Browse files
committed
Merge remote-tracking branch 'rnk-github/dev-policy-refresh' into dev-policy-refresh
2 parents 065840b + 94f4902 commit 1ba9e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/DeveloperPolicy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ features added. Some tips for getting your testcase approved:
236236
testing tools, like the ``clang -verify`` flag (`docs
237237
<https://clang.llvm.org/docs/InternalsManual.html#verifying-diagnostics>`_)
238238
and the ``clangd -lit-test``
239-
flag, which are preferred over FileCheck.
239+
flag, which are preferred over ``FileCheck``.
240240

241241
* Changes to libraries, such as Support, which are not directly observable
242242
through tool invocations, are often best tested with unit tests. Unit tests

0 commit comments

Comments
 (0)