mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix indentation
This commit is contained in:
parent
0a70296eb9
commit
c78a629528
@ -126,7 +126,7 @@ void execute () {
|
||||
|
||||
std::cout << "before barrier" << std::endl;
|
||||
runner->barrier();
|
||||
}
|
||||
}
|
||||
BOOST_AUTO_TEST_SUITE(Tasklets)
|
||||
BOOST_AUTO_TEST_CASE(TASKLETS_FAILURE) {
|
||||
pid_t pid = fork(); // Create a new process, such that this child process can call exit(EXIT_FAILURE)
|
||||
|
Loading…
Reference in New Issue
Block a user