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 fc8451f commit e079e1fCopy full SHA for e079e1f
tests/bootstrap_impls/BUILD.bazel
@@ -80,7 +80,7 @@ sh_py_run_test(
80
imports = ["./MARKER"],
81
py_src = "call_sys_exe.py",
82
sh_src = "sys_executable_inherits_sys_path_test.sh",
83
- target_compatible_with = _SUPPORTS_BOOTSTRAP_SCRIPT,
+ target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
84
)
85
86
relative_path_test_suite(name = "relative_path_tests")
0 commit comments