aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/noop-benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/microbenchmarks/noop-benchmark.cc')
-rw-r--r--test/cpp/microbenchmarks/noop-benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/noop-benchmark.cc b/test/cpp/microbenchmarks/noop-benchmark.cc
index 8ede1376db..6b06c69c6e 100644
--- a/test/cpp/microbenchmarks/noop-benchmark.cc
+++ b/test/cpp/microbenchmarks/noop-benchmark.cc
@@ -34,7 +34,7 @@
/* This benchmark exists to ensure that the google_benchmark integration is
* working */
-#include "third_party/benchmark/include/benchmark/benchmark.h"
+#include "third_party/google_benchmark/include/benchmark/benchmark.h"
static void BM_NoOp(benchmark::State& state) {
while (state.KeepRunning()) {