- Fixed header include guards
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
///
|
||||
///
|
||||
|
||||
#ifndef FENNEC_TEST_LANGPROC_STRINGS_STRING_H
|
||||
#define FENNEC_TEST_LANGPROC_STRINGS_STRING_H
|
||||
#ifndef FENNEC_TEST_STRING_STRING_H
|
||||
#define FENNEC_TEST_STRING_STRING_H
|
||||
|
||||
#include <fennec/string/string.h>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
namespace fennec::test
|
||||
{
|
||||
|
||||
inline void fennec_test_langproc_strings_string() {
|
||||
inline void fennec_test_STRING_string() {
|
||||
|
||||
string test0 = string("test0");
|
||||
string test1 = string("test1");
|
||||
@@ -54,4 +54,4 @@ inline void fennec_test_langproc_strings_string() {
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_TEST_LANGPROC_STRINGS_STRING_H
|
||||
#endif // FENNEC_TEST_STRING_STRING_H
|
||||
Reference in New Issue
Block a user