diff options
Diffstat (limited to 'absl/algorithm/BUILD.bazel')
-rw-r--r-- | absl/algorithm/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/algorithm/BUILD.bazel b/absl/algorithm/BUILD.bazel index 3b24ce12029c..d04dc71206e8 100644 --- a/absl/algorithm/BUILD.bazel +++ b/absl/algorithm/BUILD.bazel @@ -49,7 +49,7 @@ cc_test( deps = [ ":algorithm", "//absl/base:core_headers", - "@com_github_google_benchmark//:benchmark", + "@com_github_google_benchmark//:benchmark_main", ], ) |