Style fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
parent
4c266bcd43
commit
56b92a22a6
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue