BENCHMARK_MAIN now requires a semicolon.
Bug: N/A Test: ran tests Change-Id: Ie61d8c775cf23877c1aa7025a50b5f8284ae5b08
This commit is contained in:
parent
212257dbb9
commit
62322aae85
1 changed files with 1 additions and 1 deletions
|
@ -84,4 +84,4 @@ static void Iterate_all_files(benchmark::State& state) {
|
|||
}
|
||||
BENCHMARK(Iterate_all_files);
|
||||
|
||||
BENCHMARK_MAIN()
|
||||
BENCHMARK_MAIN();
|
||||
|
|
Loading…
Reference in a new issue