Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: webrtc/modules/audio_processing/high_pass_filter_unittest.cc

Issue 1841363002: Changed the names of some of the bitexactness unittests to be similar to the other test file names (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/high_pass_filter_unittest.cc
diff --git a/webrtc/modules/audio_processing/high_pass_filter_bitexactness_unittest.cc b/webrtc/modules/audio_processing/high_pass_filter_unittest.cc
similarity index 99%
rename from webrtc/modules/audio_processing/high_pass_filter_bitexactness_unittest.cc
rename to webrtc/modules/audio_processing/high_pass_filter_unittest.cc
index ba53bfac05eb8d482a5ed5e652e2d8ab5291648c..031e49d3702dbfd89e13e0d3785bad1b5f063fe4 100644
--- a/webrtc/modules/audio_processing/high_pass_filter_bitexactness_unittest.cc
+++ b/webrtc/modules/audio_processing/high_pass_filter_unittest.cc
@@ -19,7 +19,6 @@
namespace webrtc {
namespace {
-
// Process one frame of data and produce the output.
std::vector<float> ProcessOneFrame(const std::vector<float>& frame_input,
const StreamConfig& stream_config,

Powered by Google App Engine
This is Rietveld 408576698