Style fix.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a665ad3eaf
commit
37b1e16b34
|
@ -9,8 +9,9 @@ TEST_CASE("Throw exception get stack trace") {
|
|||
try {
|
||||
Thrower();
|
||||
} catch (const ArbUt::Exception& e) {
|
||||
REQUIRE(e.GetStacktrace(1) == "Stacktrace with depth 1: \n"
|
||||
"ExceptionTests.cpp[6] static void Thrower() { throw ArbUt::Exception(\"foobar\"); }\n");
|
||||
REQUIRE(e.GetStacktrace(1) ==
|
||||
"Stacktrace with depth 1: \n"
|
||||
"ExceptionTests.cpp[6] static void Thrower() { throw ArbUt::Exception(\"foobar\"); }\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue