diff --git a/tests/ExceptionTests.cpp b/tests/ExceptionTests.cpp index a3f0ea2..d084d11 100644 --- a/tests/ExceptionTests.cpp +++ b/tests/ExceptionTests.cpp @@ -22,8 +22,7 @@ TEST_CASE("C Interface exception", "[Utilities]") { #if !WINDOWS #ifndef DEBUG - REQUIRE(std::string(ExceptionHandler::GetLastExceptionStacktrace()) != - ""); + REQUIRE(std::string(ExceptionHandler::GetLastExceptionStacktrace()) != ""); #else REQUIRE(std::string(ExceptionHandler::GetLastExceptionStacktrace()) == "ExceptionTests.cpp[20] ____C_A_T_C_H____T_E_S_T____3()\n");