]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qapi-schema: Bury dead test case doc-non-first-section
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Jul 2025 09:17:42 +0000 (11:17 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Jul 2025 12:51:39 +0000 (14:51 +0200)
commit1047cc281631063ff2db481b8ea7eb755005236a
tree48eb291dcc997d56a84717a7ae47dcd36f1b8083
parenta3004697f7342258de6fdc3ed85943a33a4809cf
tests/qapi-schema: Bury dead test case doc-non-first-section

The test passed when it was added.  However, the commit adding it
neglected to make Meson aware of it, so it never ran automatically.
The test stopped making sense when we changed headings markup, and
ceased to pass then.  It should've been removed then.  Do that now.

Fixes: 6c10778826a8 (docs/sphinx: remove special parsing for freeform sections)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250724091742.1950167-3-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
tests/qapi-schema/doc-non-first-section.err [deleted file]
tests/qapi-schema/doc-non-first-section.json [deleted file]
tests/qapi-schema/doc-non-first-section.out [deleted file]