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
+1
View File
@@ -21,6 +21,7 @@ cc_test(
deps = [
":source_buffer",
"//common:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//llvm:Support",
],
)