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 {
|
try {
|
||||||
Thrower();
|
Thrower();
|
||||||
} catch (const ArbUt::Exception& e) {
|
} catch (const ArbUt::Exception& e) {
|
||||||
REQUIRE(e.GetStacktrace(1) == "Stacktrace with depth 1: \n"
|
REQUIRE(e.GetStacktrace(1) ==
|
||||||
"ExceptionTests.cpp[6] static void Thrower() { throw ArbUt::Exception(\"foobar\"); }\n");
|
"Stacktrace with depth 1: \n"
|
||||||
|
"ExceptionTests.cpp[6] static void Thrower() { throw ArbUt::Exception(\"foobar\"); }\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue