diff --git a/src/libraries/turtle/log.hpp b/src/libraries/turtle/log.hpp index ca23745..396534d 100644 --- a/src/libraries/turtle/log.hpp +++ b/src/libraries/turtle/log.hpp @@ -33,7 +33,7 @@ namespace mock std::ostream* s_; }; -#ifdef MOCK_LOG_CONVERSIONS +#ifdef MOCK_LOGGING_USE_CONVERSIONS namespace detail3 { @@ -91,7 +91,7 @@ namespace detail3 return s; } -#else // MOCK_LOG_CONVERSIONS +#else // MOCK_LOGGING_USE_CONVERSIONS namespace detail3 { @@ -113,7 +113,7 @@ namespace detail3 return s; } -#endif // MOCK_LOG_CONVERSIONS +#endif // MOCK_LOGGING_USE_CONVERSIONS namespace detail2 { diff --git a/src/tests/turtle_test/log_with_conversions_test.cpp b/src/tests/turtle_test/log_with_conversions_test.cpp index 50ca6d6..3cc0acf 100644 --- a/src/tests/turtle_test/log_with_conversions_test.cpp +++ b/src/tests/turtle_test/log_with_conversions_test.cpp @@ -6,7 +6,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#define MOCK_LOG_CONVERSIONS +#define MOCK_LOGGING_USE_CONVERSIONS #include #include #include