aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/runfiles/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/runfiles/BUILD')
-rw-r--r--src/tools/runfiles/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/runfiles/BUILD b/src/tools/runfiles/BUILD
index d3545fd3e7..0df3386cad 100644
--- a/src/tools/runfiles/BUILD
+++ b/src/tools/runfiles/BUILD
@@ -65,7 +65,7 @@ cc_test(
deps = [
":cc-runfiles",
"//src/main/cpp/util:file",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
)