Index: webrtc/modules/audio_processing/test/debug_dump_test.cc |
diff --git a/webrtc/modules/audio_processing/test/debug_dump_test.cc b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
index 06ec63bcdb39e9b99f289b307f94d8ee01fd83e8..b16144b125cd776352b6cf0247ef408f6e82cb32 100644 |
--- a/webrtc/modules/audio_processing/test/debug_dump_test.cc |
+++ b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
@@ -241,7 +241,7 @@ class DebugDumpTest : public ::testing::Test { |
void DebugDumpTest::VerifyDebugDump(const std::string& in_filename) { |
ASSERT_TRUE(debug_dump_replayer_.SetDumpFile(in_filename)); |
- if (const rtc::Optional<audioproc::Event> event = |
+ while (const rtc::Optional<audioproc::Event> event = |
debug_dump_replayer_.GetNextEvent()) { |
debug_dump_replayer_.RunNextEvent(); |
if (event->type() == audioproc::Event::STREAM) { |