mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
tests: Remove unnecessary global_qtest references
We are going to remove global_qtest from the main libqtest library soon, so tests that do not urgently need global_qtest anymore should be cleaned from the unnecessary references. Message-Id: <20190904130047.25808-5-thuth@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
b57ebd57b4
commit
731a29faba
4 changed files with 0 additions and 6 deletions
|
@ -626,7 +626,6 @@ static void test_acpi_one(const char *params, test_data *data)
|
|||
test_smbios_structs(data);
|
||||
}
|
||||
|
||||
assert(!global_qtest);
|
||||
qtest_quit(data->qts);
|
||||
g_free(args);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue