diff options
author | Fedor Sergeev <fedor.sergeev@azul.com> | 2018-11-13 05:47:01 +0000 |
---|---|---|
committer | Fedor Sergeev <fedor.sergeev@azul.com> | 2018-11-13 05:47:01 +0000 |
commit | 8b078126a055ae208ff79f6a634065b8fcbe8428 (patch) | |
tree | 7bbf1537a3077eec499eec303388c4f98044fd4e /llvm/docs/CommandGuide/FileCheck.rst | |
parent | d4fa0381e35b68fccff8070764282f07b3eb7711 (diff) | |
download | llvm-8b078126a055ae208ff79f6a634065b8fcbe8428.zip llvm-8b078126a055ae208ff79f6a634065b8fcbe8428.tar.gz llvm-8b078126a055ae208ff79f6a634065b8fcbe8428.tar.bz2 |
[FileCheck] fixing docs buildbot - use proper code-block type
llvm-svn: 346740
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index 8c83851..8f71095 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -322,7 +322,7 @@ boring you can instead use a counted check "``CHECK-COUNT-<num>:``", where just use "``<PREFIX>-COUNT-<num>:``" for the same effect. Here is a simple example: -.. code-block:: llvm +.. code-block:: text Loop at depth 1 Loop at depth 1 |