Added googletest deps removed in #1215 as the deps are still required in strict headers mode for the googletest.h include (#1218)

This commit is contained in:
pk19604014
2022-04-27 13:25:57 -04:00
committed by GitHub
parent 85080fe49a
commit 9ec2a0bb98
11 changed files with 26 additions and 0 deletions
+3
View File
@@ -63,6 +63,7 @@ cc_test(
":fn_inserter",
":matcher_test_base",
"//common:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
)
@@ -84,6 +85,7 @@ cc_test(
":for_range",
":matcher_test_base",
"//common:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
)
@@ -106,6 +108,7 @@ cc_test(
":matcher_test_base",
":var_decl",
"//common:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
)