Skip to content

Commit f34b710

Browse files
committed
Fix formatting of a heading in docs/test_methods.rst.
This fixes the following `make docs` warning: retdec-regression-tests-framework/docs/test_methods.rst:332: WARNING: Title underline too short. Output LLVM IR ^^^^^^^^^^
1 parent 4be8ab3 commit f34b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test_methods.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Output DSM
329329
assert self.out_dsm.contains(r'; function: ack')
330330
331331
Output LLVM IR
332-
^^^^^^^^^^
332+
^^^^^^^^^^^^^^
333333

334334
.. code-block:: python
335335

0 commit comments

Comments
 (0)