Skip to content

Commit e3afa90

Browse files
committed
fix fake ref
1 parent f03c19f commit e3afa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cc/py_cc_toolchain/py_cc_toolchain_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _test_py_cc_toolchain_impl(env, target):
6060
# NOTE: The include dir gets added twice, once for the source path,
6161
# and once for the config-specific path, but we don't care about that.
6262
compilation_context.system_includes().contains_at_least_predicates([
63-
matching.str_matches("*/fake_include"),
63+
matching.str_matches("*/py_include"),
6464
])
6565

6666
default_info = headers_providers.get("DefaultInfo", factory = subjects.default_info)

0 commit comments

Comments
 (0)