From 473aa8e10c49aeed7083a53f275176c5831711b3 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 24 Jan 2022 14:55:06 +0000 Subject: [PATCH] [llvm][docs] Fix code-block in the testing guide Without a langauge name it's an error (with some verisons of Sphinx it seems) or the block is simply missing in the output. --- llvm/docs/TestingGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index 6449661e5d38..d0f890dd0a09 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -294,7 +294,7 @@ which first check the ``NOTE:`` line exists and matches the script name. These are the most common scripts and their purposes/applications in generating assertions: -.. code-block:: +.. code-block:: none update_analyze_test_checks.py opt --analyze --costmodel