commit | 3ff52ffa22ae08a487482c4adc6bbf53f334f947 | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Mon Oct 01 12:31:22 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 01 12:01:44 2018 +0000 |
tree | 9124e2f0676688270c727a92f09cc4ac7334da92 | |
parent | 4f340fa01e334d22e11d7d1465d002f005d48ae5 [diff] [blame] |
Remove the useless ACMTest base class Bug: webrtc:8396 Change-Id: I021a2429910b21ffe4829e0ed51b9290bc715c0c Reviewed-on: https://webrtc-review.googlesource.com/102884 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24907}
diff --git a/modules/audio_coding/test/PacketLossTest.h b/modules/audio_coding/test/PacketLossTest.h index f6f92db..6018301 100644 --- a/modules/audio_coding/test/PacketLossTest.h +++ b/modules/audio_coding/test/PacketLossTest.h
@@ -53,7 +53,7 @@ int expected_loss_rate_; }; -class PacketLossTest : public ACMTest { +class PacketLossTest { public: PacketLossTest(int channels, int expected_loss_rate_,