Skip to content

Commit e929b9a

Browse files
authored
Update modules/core/task/src/task.cpp
1 parent 8e77223 commit e929b9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/core/task/src/task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ppc::core::Task::Task(StateOfTesting state_of_testing) : state_of_testing_(state
1919
auto custom_terminate = []() {
2020
std::cerr << "ORDER OF FUNCTIONS IS NOT RIGHT! \n"
2121
"Expected - \"Validation\", \"PreProcessing\", \"Run\", \"PostProcessing\" \n";
22-
std::abort();
2322
};
2423
std::set_terminate(custom_terminate);
2524
functions_order_.clear();

0 commit comments

Comments
 (0)