Fix indentation

This commit is contained in:
Lisa Julia Nebel 2024-07-15 14:52:47 +02:00
parent 0a70296eb9
commit c78a629528

View File

@ -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)