We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e77223 commit e929b9aCopy full SHA for e929b9a
1 file changed
modules/core/task/src/task.cpp
@@ -19,7 +19,6 @@ ppc::core::Task::Task(StateOfTesting state_of_testing) : state_of_testing_(state
19
auto custom_terminate = []() {
20
std::cerr << "ORDER OF FUNCTIONS IS NOT RIGHT! \n"
21
"Expected - \"Validation\", \"PreProcessing\", \"Run\", \"PostProcessing\" \n";
22
- std::abort();
23
};
24
std::set_terminate(custom_terminate);
25
functions_order_.clear();
0 commit comments