Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Corrected buffer lengths Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc
diff --git a/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc b/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc
index ab98eefebb53a4a686395fceece3a2b6ebd7db17..ee4e44a3e7bf65b6e87293c71243b70bc34cdca2 100644
--- a/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc
+++ b/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc
@@ -10,6 +10,9 @@
#include "webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h"
+// TODO(peah): Reactivate once the next CL has landed.
+#if 0
+
#include <algorithm>
#include <numeric>
#include <string>
@@ -185,3 +188,5 @@ TEST(ShadowFilterUpdateGain, SaturationBehavior) {
}
} // namespace webrtc
+
+#endif

Powered by Google App Engine