Merge "BENCHMARK_MAIN now requires a semicolon."
am: 981379b70f
Change-Id: Id61096655f23b5c4679a2b0edfca58a1329ff6ad
This commit is contained in:
commit
64c59c23f3
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(Iterate_all_files);
|
||||||
|
|
||||||
BENCHMARK_MAIN()
|
BENCHMARK_MAIN();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue