1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Linux fix

This commit is contained in:
Brian Fiete 2024-03-16 21:17:53 -04:00
parent fe2244fb4b
commit 8f0ba26dd1
3 changed files with 12 additions and 3 deletions

View file

@ -680,7 +680,7 @@ void TestFailed(const Beefy::StringView& error, int stackOffset)
{
if (gClientPipe != NULL)
{
Beefy::String errorString = error;
Beefy::StringSimple errorString = error;
if (gTestBreakOnFailure)
{