Skip to content

Commit afe354d

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 932832863
1 parent 3244f4a commit afe354d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/protobuf/bind_proto_to_activation_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ TEST_F(BindProtoToActivationTest, BindProtoToActivationSkip) {
7676

7777
EXPECT_THAT(activation.FindVariable("single_int32", descriptor_pool(),
7878
message_factory(), arena()),
79-
IsOkAndHolds(Eq(absl::nullopt)));
79+
IsOkAndHolds(Eq(std::nullopt)));
8080
EXPECT_THAT(activation.FindVariable("single_sint32", descriptor_pool(),
8181
message_factory(), arena()),
82-
IsOkAndHolds(Eq(absl::nullopt)));
82+
IsOkAndHolds(Eq(std::nullopt)));
8383
}
8484

8585
TEST_F(BindProtoToActivationTest, BindProtoToActivationDefault) {

0 commit comments

Comments
 (0)