mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: qemumonitorjson: Replace use of virReportError
Use VIR_TEST_VERBOSE instead. This fixes the following syntax check problem: tests/qemumonitorjsontest.c:1409: virReportError(VIR_ERR_INTERNAL_ERROR, "arr should have been cleared"); Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
49df9205f2
commit
b872422a9c
@ -1406,7 +1406,7 @@ testQemuMonitorJSONqemuMonitorJSONMergeBitmaps(const void *opaque)
|
|||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if (arr) {
|
if (arr) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "arr should have been cleared");
|
VIR_TEST_VERBOSE("arr should have been cleared");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user