mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:40:10 +01:00
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:
@@ -21,6 +21,7 @@ cc_test(
|
||||
deps = [
|
||||
":source_buffer",
|
||||
"//common:gtest_main",
|
||||
"@com_google_googletest//:gtest",
|
||||
"@llvm-project//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user