OSDN Git Service

BENCHMARK_MAIN now needs a trailing semicolon.
authorElliott Hughes <enh@google.com>
Thu, 14 Dec 2017 02:18:05 +0000 (18:18 -0800)
committerElliott Hughes <enh@google.com>
Thu, 14 Dec 2017 02:18:05 +0000 (18:18 -0800)
Bug: N/A
Test: ran tests
Change-Id: Ie28a286fad41b75d090ed8edf95c60daf9e9aee7

mmap-perf/mmapPerf.cpp

index ca69840..d7627e2 100644 (file)
@@ -153,4 +153,4 @@ static void benchLinearWrite(benchmark::State& state) {
 }
 BENCHMARK(benchLinearWrite);
 
-BENCHMARK_MAIN()
+BENCHMARK_MAIN();