Multiple typos
All checks were successful
Bin2CPP / Build & Test Debug (push) Successful in 1m0s
Bin2CPP / Build & Test RelWithDebInfo (push) Successful in 1m13s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 40s

This commit is contained in:
2026-02-22 00:57:35 +01:00
parent 5e06848610
commit 42804dccb7
11 changed files with 32 additions and 33 deletions

View File

@@ -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");
}