Skip to content
Snippets Groups Projects
Commit 3eb55334 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Improve SimpleLawsTest: Return EXIT_FAILURE at the right place

parent f9133aad
No related branches found
No related tags found
No related merge requests found
......@@ -104,5 +104,5 @@ int main(UNUSED_ARG int args, UNUSED_ARG char *argv[]) {
runtime.waitUntilFinished();
return 0;
return EXIT_FAILURE;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment