From 4827e091859d639fc5ff532b1ca5cbf61ae46fc5 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 a0b7ff03a31f68..67c1f62104ff1b 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",