From 0ffca34dde372dfbdfb539f9fa615b824d38b75d Mon Sep 17 00:00:00 2001 From: Yannic Date: Thu, 17 Sep 2020 12:46:23 +0200 Subject: [PATCH] =?UTF-8?q?Don't=20ask=20=F0=9F=A4=A6=E2=80=8D=E2=99=80?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../devtools/build/lib/rules/proto/ProtoLangToolchainTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/google/devtools/build/lib/rules/proto/ProtoLangToolchainTest.java b/src/test/java/com/google/devtools/build/lib/rules/proto/ProtoLangToolchainTest.java index 24e0535ffc338b..c9e32316d6dc88 100644 --- a/src/test/java/com/google/devtools/build/lib/rules/proto/ProtoLangToolchainTest.java +++ b/src/test/java/com/google/devtools/build/lib/rules/proto/ProtoLangToolchainTest.java @@ -143,7 +143,7 @@ public void protoToolchainBlacklistTransitiveProtos() throws Exception { @Test public void protoToolchainMixedBlacklist() throws Exception { // Tests legacy behaviour. - useConfiguration("--incompatible_blacklisted_protos_requires_proto_info"); + useConfiguration("--incompatible_blacklisted_protos_requires_proto_info=false"); scratch.file( "third_party/x/BUILD",