Skip to content

Commit 71815bb

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 682549952 Change-Id: Ica81f0020c3001c01543a5851dae7d0b42730c66
1 parent a1e255a commit 71815bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

googlemock/test/gmock-function-mocker_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ TYPED_TEST(FunctionMockerTest, MocksBinaryFunction) {
325325

326326
// Tests mocking a decimal function.
327327
TYPED_TEST(FunctionMockerTest, MocksDecimalFunction) {
328-
EXPECT_CALL(this->mock_foo_,
329-
Decimal(true, 'a', 0, 0, 1L, A<float>(), Lt(100), 5U, NULL, "hi"))
328+
EXPECT_CALL(this->mock_foo_, Decimal(true, 'a', 0, 0, 1L, A<float>(), Lt(100),
329+
5U, nullptr, "hi"))
330330
.WillOnce(Return(5));
331331

332332
EXPECT_EQ(5, this->foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, nullptr, "hi"));

0 commit comments

Comments
 (0)