Skip to content

Commit

Permalink
Fix unexpected java test
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Oct 25, 2023
1 parent 667e1b4 commit a4a394b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public void testRegisteredToolchains_flagOverride_multiple() throws Exception {
// Verify that the target registered with the extra_toolchains flag is first in the list.
assertToolchainLabels(result.get(toolchainsKey))
.containsAtLeast(
Label.parseCanonicalUnchecked("//extra:extra_toolchain_impl_1"),
Label.parseCanonicalUnchecked("//extra:extra_toolchain_impl_2"),
Label.parseCanonicalUnchecked("//extra:extra_toolchain_impl_1"),
Label.parseCanonicalUnchecked("//toolchain:toolchain_1_impl"))
.inOrder();
}
Expand Down

0 comments on commit a4a394b

Please sign in to comment.