| Index: webrtc/api/test/fakeaudiocapturemodule_unittest.cc
|
| diff --git a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc
|
| index 2c5730a813d724a2780a2f857a952e548af9ae37..8ac1acce2b5b6ffa2b1892cfd30a168e9d7fb0d9 100644
|
| --- a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc
|
| +++ b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc
|
| @@ -119,7 +119,7 @@ class FakeAdmTest : public testing::Test,
|
| size_t rec_buffer_bytes_;
|
| };
|
|
|
| -TEST_F(FakeAdmTest, TestProccess) {
|
| +TEST_F(FakeAdmTest, TestProcess) {
|
| // Next process call must be some time in the future (or now).
|
| EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess());
|
| // Process call updates TimeUntilNextProcess() but there are no guarantees on
|
|
|