Replace 0 by EXIT_SUCCESS

This commit is contained in:
Corentin Le Molgat
2018-11-07 09:52:37 +01:00
parent f7060f83a5
commit 9cad0c15ae
44 changed files with 45 additions and 45 deletions

View File

@@ -88,5 +88,5 @@ int main(int argc, char** argv) {
google::InitGoogleLogging(argv[0]);
FLAGS_logtostderr = 1;
operations_research::RunAllExamples();
return 0;
return EXIT_SUCCESS;
}