summaryrefslogtreecommitdiffstats
path: root/libcxx/benchmarks/string.bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/benchmarks/string.bench.cpp')
-rw-r--r--libcxx/benchmarks/string.bench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/benchmarks/string.bench.cpp b/libcxx/benchmarks/string.bench.cpp
index ef892391688..8324f3e99bb 100644
--- a/libcxx/benchmarks/string.bench.cpp
+++ b/libcxx/benchmarks/string.bench.cpp
@@ -2,7 +2,7 @@
#include <vector>
#include <cstdint>
-#include "benchmark/benchmark_api.h"
+#include "benchmark/benchmark.h"
#include "GenerateInput.hpp"
constexpr std::size_t MAX_STRING_LEN = 8 << 14;
@@ -46,4 +46,4 @@ static void BM_StringFindMatch2(benchmark::State &state) {
}
BENCHMARK(BM_StringFindMatch2)->Range(1, MAX_STRING_LEN / 4);
-BENCHMARK_MAIN()
+BENCHMARK_MAIN();
OpenPOWER on IntegriCloud