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: bazelbuild#19409.

PiperOrigin-RevId: 621930695
Change-Id: I5b72bb07e8385e2fc1c4c478504385ababca3415
  • Loading branch information
katre authored and Kila2 committed May 13, 2024
1 parent f244529 commit 506a7bc
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 506a7bc

Please sign in to comment.