diff options
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 |