On 22/11/2023 08.24, Markus Armbruster wrote:
The fixture buys us exactly nothing, as we need a global variable anyway, for test_qapi_event_emit(). Drop it.Signed-off-by: Markus Armbruster <arm...@redhat.com> --- tests/unit/test-qmp-event.c | 91 ++++++++++++------------------------- 1 file changed, 30 insertions(+), 61 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>