Multiple typos
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <Assert.hpp>
|
||||
|
||||
namespace Bin2CPP
|
||||
{
|
||||
class LogFixture: public ::testing::Test
|
||||
@@ -36,6 +38,7 @@ TEST_F(LogFixture, LogDebug)
|
||||
TEST_F(LogFixture, LogTrace)
|
||||
{
|
||||
Singleton<Log>::Lifetime singletonLifetime;
|
||||
|
||||
BIN2CPP_LOG_TRACE("Hello");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user