[llvm] r346740 - [FileCheck] fixing docs buildbot - use proper code-block type

Fedor Sergeev via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 21:47:01 PST 2018


Author: fedor.sergeev
Date: Mon Nov 12 21:47:01 2018
New Revision: 346740

URL: http://llvm.org/viewvc/llvm-project?rev=346740&view=rev
Log:
[FileCheck] fixing docs buildbot - use proper code-block type

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.rst

Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=346740&r1=346739&r2=346740&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Mon Nov 12 21:47:01 2018
@@ -322,7 +322,7 @@ boring you can instead use a counted che
 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




More information about the llvm-commits mailing list