Remove Mimalloc from Bin2CPP #6
@@ -39,9 +39,7 @@ TEST_F(GeneratorFixture, GenerateDefault)
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
inline constexpr std::array<std::byte, 11> g_toto_txt = {
|
inline constexpr std::array<std::byte, 11> g_toto_txt = {
|
||||||
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F},
|
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F}, std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C}, std::byte{0x64}
|
||||||
std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C},
|
|
||||||
std::byte{0x64}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
@@ -73,9 +71,7 @@ TEST_F(GeneratorFixture, GenerateNamespace)
|
|||||||
namespace Test
|
namespace Test
|
||||||
{
|
{
|
||||||
inline constexpr std::array<std::byte, 11> g_toto_txt = {
|
inline constexpr std::array<std::byte, 11> g_toto_txt = {
|
||||||
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F},
|
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F}, std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C}, std::byte{0x64}
|
||||||
std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C},
|
|
||||||
std::byte{0x64}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Test
|
} // namespace Test
|
||||||
@@ -109,9 +105,7 @@ TEST_F(GeneratorFixture, GenerateCustomArray)
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
inline constexpr eastl::array<std::byte, 11> g_myArray = {
|
inline constexpr eastl::array<std::byte, 11> g_myArray = {
|
||||||
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F},
|
std::byte{0x48}, std::byte{0x65}, std::byte{0x6C}, std::byte{0x6C}, std::byte{0x6F}, std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C}, std::byte{0x64}
|
||||||
std::byte{0x20}, std::byte{0x57}, std::byte{0x6F}, std::byte{0x72}, std::byte{0x6C},
|
|
||||||
std::byte{0x64}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user