forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
49e3700069
commit
473aa8e10c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue