Skip to content

Commit 4248467

Browse files
authored
cleanup: remove commented out debug statement in precompile tests (bazel-contrib#2191)
This is a stray commented out line that was left over from debugging.
1 parent 65d1326 commit 4248467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/base_rules/precompile/precompile_tests.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def _test_precompiler_action(name):
302302
_tests.append(_test_precompiler_action)
303303

304304
def _test_precompiler_action_impl(env, target):
305-
#env.expect.that_target(target).runfiles().contains_exactly([])
306305
action = env.expect.that_target(target).action_named("PyCompile")
307306
action.contains_flag_values([
308307
("--optimize", "2"),

0 commit comments

Comments
 (0)