Skip to content

Commit 94f4902

Browse files
rnkAaronBallman
andauthored
Update llvm/docs/DeveloperPolicy.rst
Co-authored-by: Aaron Ballman <[email protected]>
1 parent 2bdeb0d commit 94f4902

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)