Fix unit test
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5c9e58d032
commit
010600c76b
|
@ -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