diff --git a/src/sled/testing/doctest.h b/src/sled/testing/doctest.h index d08ea3b..a31c431 100644 --- a/src/sled/testing/doctest.h +++ b/src/sled/testing/doctest.h @@ -42,7 +42,7 @@ #ifndef DOCTEST_LIBRARY_INCLUDED #define DOCTEST_LIBRARY_INCLUDED #ifndef SLED_TESTING_TEST_H -#error "This file should not be included directly. Include the top-level header instead. +#error "This file should not be included directly. Include the top-level header instead." #endif // SLED_TESTING_TEST_H // ================================================================================================= diff --git a/src/sled/testing/fakeit.h b/src/sled/testing/fakeit.h index 9ac480f..27426ce 100644 --- a/src/sled/testing/fakeit.h +++ b/src/sled/testing/fakeit.h @@ -11,7 +11,7 @@ #define fakeit_h__ #ifndef SLED_TESTING_TEST_H -#error "This file should not be included directly. Include the top-level header instead. +#error "This file should not be included directly. Include the top-level header instead." #endif// SLED_TESTING_TEST_H #include