Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc |
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc |
index 74f65a99f4b72139e82d1d989c2459af80b87348..4b53a524e9fb406d4815bed64f18a2ca5f5a5e7c 100644 |
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc |
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc |
@@ -988,9 +988,6 @@ TEST_F(AcmReceiverBitExactnessOldApi, MAYBE_48kHzOutputExternalDecoder) { |
MockAudioDecoder mock_decoder; |
// Set expectations on the mock decoder and also delegate the calls to the |
// real decoder. |
- EXPECT_CALL(mock_decoder, Init()) |
- .Times(AtLeast(1)) |
- .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::Init)); |
EXPECT_CALL(mock_decoder, IncomingPacket(_, _, _, _, _)) |
.Times(AtLeast(1)) |
.WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::IncomingPacket)); |