From 42484670fd2af1a6cacccc2d60b512d1ee7fc1ea Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 5 Sep 2024 18:22:46 -0700 Subject: [PATCH] cleanup: remove commented out debug statement in precompile tests (#2191) This is a stray commented out line that was left over from debugging. --- tests/base_rules/precompile/precompile_tests.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/base_rules/precompile/precompile_tests.bzl b/tests/base_rules/precompile/precompile_tests.bzl index 62659fcfb..508160a62 100644 --- a/tests/base_rules/precompile/precompile_tests.bzl +++ b/tests/base_rules/precompile/precompile_tests.bzl @@ -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"),