parent
5c9e58d032
commit
010600c76b
tests
|
@ -16,7 +16,7 @@ TEST_CASE("Throw exception get stack trace") {
|
|||
Thrower();
|
||||
} catch (const ArbUt::Exception& e) {
|
||||
REQUIRE(e.GetStacktrace(1) == "Stacktrace with depth 1: \n"
|
||||
"ExceptionTests.cpp[10] Thrower()\n");
|
||||
"ExceptionTests.cpp[11] Thrower()\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue