mirror of https://gitee.com/openkylin/libvirt.git
test: Fix typo in testutils.h header guard
This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__
This commit is contained in:
parent
7114c5ff25
commit
5e6d2af72f
|
@ -20,8 +20,8 @@
|
|||
* Karel Zak <kzak@redhat.com>
|
||||
*/
|
||||
|
||||
#ifndef __VIT_TEST_UTILS_H__
|
||||
# define __VIT_TEST_UTILS_H__
|
||||
#ifndef __VIR_TEST_UTILS_H__
|
||||
# define __VIR_TEST_UTILS_H__
|
||||
|
||||
# include <stdio.h>
|
||||
# include "viralloc.h"
|
||||
|
@ -145,4 +145,4 @@ int testCompareDomXML2XMLFiles(virCapsPtr caps,
|
|||
const void *opaque,
|
||||
unsigned int parseFlags);
|
||||
|
||||
#endif /* __VIT_TEST_UTILS_H__ */
|
||||
#endif /* __VIR_TEST_UTILS_H__ */
|
||||
|
|
Loading…
Reference in New Issue