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 f03c19f commit e3afa90Copy full SHA for e3afa90
tests/cc/py_cc_toolchain/py_cc_toolchain_tests.bzl
@@ -60,7 +60,7 @@ def _test_py_cc_toolchain_impl(env, target):
60
# NOTE: The include dir gets added twice, once for the source path,
61
# and once for the config-specific path, but we don't care about that.
62
compilation_context.system_includes().contains_at_least_predicates([
63
- matching.str_matches("*/fake_include"),
+ matching.str_matches("*/py_include"),
64
])
65
66
default_info = headers_providers.get("DefaultInfo", factory = subjects.default_info)
0 commit comments