[bazel] Fix TestingSupport layering_check (#190630)
I'm not sure if this header is public API upstream but we are using it that way anyways.
This commit is contained in:
parent
ab43cb8520
commit
04e2be73a6
@ -6471,10 +6471,8 @@ cc_library(
|
||||
]),
|
||||
hdrs = glob(["include/llvm/Testing/Support/*.h"]),
|
||||
copts = llvm_copts,
|
||||
features = ["-layering_check"],
|
||||
deps = [
|
||||
":Support",
|
||||
":config",
|
||||
"//third-party/unittest:gmock",
|
||||
"//third-party/unittest:gtest",
|
||||
],
|
||||
|
||||
@ -55,6 +55,7 @@ cc_library(
|
||||
],
|
||||
hdrs = [
|
||||
"googletest/include/gtest/gtest.h",
|
||||
"googletest/include/gtest/gtest-printers.h",
|
||||
"googletest/include/gtest/gtest-spi.h",
|
||||
"googletest/include/gtest/internal/gtest-port.h",
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user