summaryrefslogtreecommitdiff
path: root/tests/virbitmaptest.c
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2017-03-29 16:45:42 +0200
committerAndrea Bolognani <abologna@redhat.com>2017-04-04 17:30:03 +0200
commit4ceac4bf2931fb70ac1af4f9568c31d41959e8ce (patch)
treea54a15c999fec3d42e65a824fb887770323fada9 /tests/virbitmaptest.c
parentdff04e0af045f73ea6a2c89ae50239acfefdcb5d (diff)
downloadlibvirt-4ceac4bf2931fb70ac1af4f9568c31d41959e8ce.tar.gz
tests: Rename VIRT_TEST_* macros to VIR_TEST_*
We use the "vir" prefix pretty consistently in our APIs, both external and internal, which made these macros stood out.
Diffstat (limited to 'tests/virbitmaptest.c')
-rw-r--r--tests/virbitmaptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virbitmaptest.c b/tests/virbitmaptest.c
index e007efc28b..e5305d0223 100644
--- a/tests/virbitmaptest.c
+++ b/tests/virbitmaptest.c
@@ -714,4 +714,4 @@ mymain(void)
return ret;
}
-VIRT_TEST_MAIN(mymain)
+VIR_TEST_MAIN(mymain)