diff options
Diffstat (limited to 'test/core/common/LoggerTest.cpp')
-rw-r--r-- | test/core/common/LoggerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/common/LoggerTest.cpp b/test/core/common/LoggerTest.cpp index cc9f701..ee1fb6f 100644 --- a/test/core/common/LoggerTest.cpp +++ b/test/core/common/LoggerTest.cpp @@ -72,7 +72,7 @@ TEST(TerminalLogger, log) logger.log(ex); } - logger.logAt(Severity::ERROR, "This is a positioned log message", pos); + logger.log(Severity::ERROR, "This is a positioned log message", pos); } TEST(TerminalLogger, fork) |