mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemustatusxml2xmltest: Remove 'virdeterministichash' mocking
Commit89a3115bac
was not updated after recent changes to hash table usage and was still referencing the now removed deterministic hash mock, which caused CI failure. Fixes:89a3115bac
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
5ab8cc78c4
commit
1841cfa49e
@ -151,5 +151,4 @@ mymain(void)
|
||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||
VIR_TEST_MOCK("virpci"),
|
||||
VIR_TEST_MOCK("virrandom"),
|
||||
VIR_TEST_MOCK("domaincaps"),
|
||||
VIR_TEST_MOCK("virdeterministichash"))
|
||||
VIR_TEST_MOCK("domaincaps"))
|
||||
|
Loading…
Reference in New Issue
Block a user