diff options
author | Elliott Hughes <enh@google.com> | 2017-12-13 18:19:18 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-12-13 18:19:18 -0800 |
commit | 62322aae850d06ac67afcf7788b88fd9aae6dbfb (patch) | |
tree | aafb6e4d8020c043d06682b463b846d8a1cf0d0d /libziparchive | |
parent | 212257dbb9c877736d53cc3e786810fa7684861a (diff) | |
download | core-62322aae850d06ac67afcf7788b88fd9aae6dbfb.tar.gz core-62322aae850d06ac67afcf7788b88fd9aae6dbfb.tar.bz2 core-62322aae850d06ac67afcf7788b88fd9aae6dbfb.zip |
BENCHMARK_MAIN now requires a semicolon.
Bug: N/A
Test: ran tests
Change-Id: Ie61d8c775cf23877c1aa7025a50b5f8284ae5b08
Diffstat (limited to 'libziparchive')
-rw-r--r-- | libziparchive/zip_archive_benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libziparchive/zip_archive_benchmark.cpp b/libziparchive/zip_archive_benchmark.cpp index cd3e16489..46aa5a68f 100644 --- a/libziparchive/zip_archive_benchmark.cpp +++ b/libziparchive/zip_archive_benchmark.cpp @@ -84,4 +84,4 @@ static void Iterate_all_files(benchmark::State& state) { } BENCHMARK(Iterate_all_files); -BENCHMARK_MAIN() +BENCHMARK_MAIN(); |