BENCHMARK_MAIN now requires a semicolon.

Bug: N/A
Test: ran tests
Change-Id: Ie61d8c775cf23877c1aa7025a50b5f8284ae5b08
This commit is contained in:
Elliott Hughes 2017-12-13 18:19:18 -08:00
parent 212257dbb9
commit 62322aae85

View file

@ -84,4 +84,4 @@ static void Iterate_all_files(benchmark::State& state) {
}
BENCHMARK(Iterate_all_files);
BENCHMARK_MAIN()
BENCHMARK_MAIN();