Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62322aae authored by Elliott Hughes's avatar Elliott Hughes
Browse files

BENCHMARK_MAIN now requires a semicolon.

Bug: N/A
Test: ran tests
Change-Id: Ie61d8c775cf23877c1aa7025a50b5f8284ae5b08
parent 212257db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,4 +84,4 @@ static void Iterate_all_files(benchmark::State& state) {
}
BENCHMARK(Iterate_all_files);

BENCHMARK_MAIN()
BENCHMARK_MAIN();