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 65d1326 commit 4248467Copy full SHA for 4248467
tests/base_rules/precompile/precompile_tests.bzl
@@ -302,7 +302,6 @@ def _test_precompiler_action(name):
302
_tests.append(_test_precompiler_action)
303
304
def _test_precompiler_action_impl(env, target):
305
- #env.expect.that_target(target).runfiles().contains_exactly([])
306
action = env.expect.that_target(target).action_named("PyCompile")
307
action.contains_flag_values([
308
("--optimize", "2"),
0 commit comments