aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/native/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/native/BUILD')
-rw-r--r--src/test/native/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/native/BUILD b/src/test/native/BUILD
index 587f9ed352..a00458a3a3 100644
--- a/src/test/native/BUILD
+++ b/src/test/native/BUILD
@@ -22,7 +22,7 @@ cc_test(
"//src/conditions:windows": [
"//src/main/native/windows:lib-file",
"//src/test/cpp/util:windows_test_util",
- "//third_party:gtest",
+ "@com_google_googletest//:gtest_main",
],
"//conditions:default": [],
}),