doc: tests: Fix incorrect table syntax

This fixes an incorrect use of the reStructuredText grid table syntax.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-02-23 12:00:56 +01:00 committed by Anas Nashif
parent 8e18c5ce1d
commit 5ed3b678ba

View file

@ -165,6 +165,8 @@ default for the Twister ``--gcov-tool`` argument default:
| Toolchain | ``--gcov-tool`` value |
+-----------+-----------------------+
| host | ``gcov`` |
+-----------+-----------------------+
| llvm | ``llvm-cov gcov`` |
+-----------+-----------------------+
| zephyr | ``gcov`` |
+-----------+-----------------------+