We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae62c6b commit 13fffaaCopy full SHA for 13fffaa
tests/cc/py_cc_toolchain/py_cc_toolchain_tests.bzl
@@ -87,7 +87,7 @@ def _test_libs_optional(name):
87
py_cc_toolchain(
88
name = name + "_subject",
89
libs = None,
90
- headers = "//tests/support/cc_toolchains:fake_headers",
+ headers = "//tests/support/cc_toolchains:py_headers",
91
python_version = "4.5",
92
)
93
analysis_test(
0 commit comments