提交 5e6d2af7 编写于 作者: C Christophe Fergeau 提交者: Cole Robinson

test: Fix typo in testutils.h header guard

This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__
上级 7114c5ff
......@@ -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__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册