File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/ystdlib/error_handling/test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ using ystdlib::error_handling::TraceableException;
1212
1313namespace {
1414constexpr auto cCustomFailureDescription{" This operation failed due to invalid args." };
15- constexpr auto cCurrentFileName{
16- " src/ystdlib/error_handling/test/test_TraceableException.cpp"
17- };
15+ constexpr auto cCurrentFileName{" src/ystdlib/error_handling/test/test_TraceableException.cpp" };
1816constexpr auto cCurrentExceptionLocation{
19- " src/ystdlib/error_handling/test/test_TraceableException.cpp(30 :76), function `static void "
17+ " src/ystdlib/error_handling/test/test_TraceableException.cpp(28 :76), function `static void "
2018 " ystdlib::error_handling::test::Worker::execute_with_success()`"
2119};
2220} // namespace
You can’t perform that action at this time.
0 commit comments