Skip to content

Commit e079e1f

Browse files
committed
rebase fixes
1 parent fc8451f commit e079e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap_impls/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sh_py_run_test(
8080
imports = ["./MARKER"],
8181
py_src = "call_sys_exe.py",
8282
sh_src = "sys_executable_inherits_sys_path_test.sh",
83-
target_compatible_with = _SUPPORTS_BOOTSTRAP_SCRIPT,
83+
target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
8484
)
8585

8686
relative_path_test_suite(name = "relative_path_tests")

0 commit comments

Comments
 (0)