tests: Rename virtTest00MActive to virTest00MActive.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-05-26 17:01:56 +02:00
committed by John Ferlan
parent 8a9bd034c2
commit 8a48cf6efa
5 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ extern char *progname;
# error Fix Makefile.am
# endif
bool virtTestOOMActive(void);
bool virTestOOMActive(void);
int virTestRun(const char *title,
int (*body)(const void *data),