Skip to content

Commit

Permalink
bug-- (missing "return 0;" in main function of Actor!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Feb 20, 2019
1 parent 1c51b53 commit 65ccf7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/simulated_failures/Victim.cpp
Expand Up @@ -29,4 +29,6 @@ int wrench::Victim::main() {
wrench::Simulation::sleep(this->seconds_of_life);
S4U_Mailbox::dputMessage(this->mailbox_to_notify, this->msg);

return 0;

}

0 comments on commit 65ccf7f

Please sign in to comment.