Skip to content

Commit

Permalink
Fix ProtoLangToolchainTes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Oct 28, 2020
1 parent 92593d2 commit 4a08a8e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ public void protoToolchainBlacklistTransitiveProtos() throws Exception {

@Test
public void protoToolchainMixedBlacklist() throws Exception {
// Tests legacy behaviour.
useConfiguration("--incompatible_blacklisted_protos_requires_proto_info");

scratch.file(
"third_party/x/BUILD",
TestConstants.LOAD_PROTO_LIBRARY,
Expand Down

0 comments on commit 4a08a8e

Please sign in to comment.