aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cpp/util/BUILD')
-rw-r--r--src/test/cpp/util/BUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/cpp/util/BUILD b/src/test/cpp/util/BUILD
index 1ddd8235fb..6fb3d5c5c0 100644
--- a/src/test/cpp/util/BUILD
+++ b/src/test/cpp/util/BUILD
@@ -14,7 +14,7 @@ cc_test(
deps = [
"//src/main/cpp/util",
"//src/main/cpp/util:md5",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
)
@@ -32,7 +32,7 @@ cc_test(
deps = [
":test_util",
"//src/main/cpp/util:file",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
] + select({
"//src/conditions:windows": [
":windows_test_util",
@@ -49,7 +49,7 @@ cc_test(
"//src/main/cpp:blaze_util",
"//src/main/cpp/util:bazel_log_handler",
"//src/main/cpp/util:logging",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
)
@@ -58,7 +58,7 @@ cc_test(
srcs = ["numbers_test.cc"],
deps = [
"//src/main/cpp/util",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
)
@@ -68,7 +68,7 @@ cc_test(
shard_count = 2,
deps = [
"//src/main/cpp/util:strings",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
)