Minor cleanup: whitelist --> allowlist

PiperOrigin-RevId: 605439980
pull/15784/head
Protobuf Team Bot 10 months ago committed by Copybara-Service
parent b3878b5ae3
commit f82c2ef0db
  1. 2
      src/google/protobuf/util/field_mask_util_test.cc

@ -777,7 +777,7 @@ TEST(FieldMaskUtilTest, TrimMessageReturnValue) {
EXPECT_EQ(trimed_msg.DebugString(), default_msg.DebugString());
trimed_msg.Clear();
// If there is no field set other then those whitelisted,
// If there is no field set other then those allowlisted,
// FieldMaskUtil::TrimMessage() should return false.
trimed_msg.set_optional_int32(123);
EXPECT_FALSE(FieldMaskUtil::TrimMessage(mask, &trimed_msg));

Loading…
Cancel
Save