More explicit include guard

master
Marc Gilleron 2022-02-19 22:07:11 +00:00
parent 8406299e2d
commit c844a65325
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef TEST_UTIL_H
#define TEST_UTIL_H
#ifndef ZYLANN_TEST_UTIL_H
#define ZYLANN_TEST_UTIL_H
#include <core/string/ustring.h>
@ -42,4 +42,4 @@ private:
} // namespace zylann::testing
#endif // TEST_UTIL_H
#endif // ZYLANN_TEST_UTIL_H