This commit is contained in:
@@ -16,7 +16,7 @@ TEST_CASE("Throw exception get stack trace") {
|
|||||||
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) == "Stacktrace with depth 1: \n"
|
||||||
"ExceptionTests.cpp[10] Thrower()\n");
|
"ExceptionTests.cpp[11] Thrower()\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user