Skip to content

Commit

Permalink
cleanup: remove commented out debug statement in precompile tests (#2191
Browse files Browse the repository at this point in the history
)

This is a stray commented out line that was left over from debugging.
  • Loading branch information
rickeylev committed Sep 6, 2024
1 parent 65d1326 commit 4248467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/base_rules/precompile/precompile_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def _test_precompiler_action(name):
_tests.append(_test_precompiler_action)

def _test_precompiler_action_impl(env, target):
#env.expect.that_target(target).runfiles().contains_exactly([])
action = env.expect.that_target(target).action_named("PyCompile")
action.contains_flag_values([
("--optimize", "2"),
Expand Down

0 comments on commit 4248467

Please sign in to comment.