- Fixed header include guards
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
// =====================================================================================================================
|
||||
|
||||
#ifndef FENNEC_TEST_LANGPROC_STRINGS_CSTRING_H
|
||||
#define FENNEC_TEST_LANGPROC_STRINGS_CSTRING_H
|
||||
#ifndef FENNEC_TEST_STRING_CSTRING_H
|
||||
#define FENNEC_TEST_STRING_CSTRING_H
|
||||
|
||||
#include "../../test.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
namespace fennec::test
|
||||
{
|
||||
|
||||
inline void fennec_test_langproc_strings_cstring()
|
||||
inline void fennec_test_STRING_cstring()
|
||||
{
|
||||
static char test_string[] = "Hello World!";
|
||||
static const char test_string_const[] = "Hello World!";
|
||||
@@ -49,4 +49,4 @@ namespace fennec::test
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_TEST_LANGPROC_STRINGS_CSTRING_H
|
||||
#endif // FENNEC_TEST_STRING_CSTRING_H
|
||||
|
||||
Reference in New Issue
Block a user