Commit 835951aa by Dominic Hamon

Be compliant and return 0 from main.

Fixes #713
parent 264976de
......@@ -1301,6 +1301,7 @@ class Fixture : public internal::Benchmark {
::benchmark::Initialize(&argc, argv); \
if (::benchmark::ReportUnrecognizedArguments(argc, argv)) return 1; \
::benchmark::RunSpecifiedBenchmarks(); \
return 0; \
} \
int main(int, char**)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment