mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
tests: remove extra trailing semicolon
The macro should not have a trailing semicolon so that when the macro is used, the user can add a semicolon themselves. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
ab1703191b
commit
682a65a322
@ -273,7 +273,7 @@ mymain(void)
|
||||
struct startTestInfo info = { virt_type, create, filename }; \
|
||||
DO_TEST_FULL("mdevctl start " filename, testMdevctlStartHelper, info); \
|
||||
} \
|
||||
while (0);
|
||||
while (0)
|
||||
|
||||
#define DO_TEST_START(filename) \
|
||||
DO_TEST_START_FULL("QEMU", CREATE_DEVICE, filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user