Skip to content

Commit

Permalink
Relax test for ProtoOutputFormatterCallbackTest.
Browse files Browse the repository at this point in the history
In some cases platofrm based flags cause extra targets to be present.

Work towards platform-based flags: #19409.

PiperOrigin-RevId: 621930695
Change-Id: I5b72bb07e8385e2fc1c4c478504385ababca3415
  • Loading branch information
katre authored and copybara-github committed Apr 4, 2024
1 parent 89e602a commit 8550cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public void aliasOutput() throws Exception {
assertThat(aliasProto.getTarget().getRule().getRuleInputList())
.containsExactly("//test:my_target");
assertThat(aliasProto.getTarget().getRule().getConfiguredRuleInputList())
.containsExactly(
.containsAtLeast(
ConfiguredRuleInput.newBuilder()
.setLabel("//test:my_target")
.setConfigurationChecksum(
Expand Down

0 comments on commit 8550cb8

Please sign in to comment.