From 2ae4ed223adc91563759f09239cda92aee2f9f06 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Mon, 28 Jun 2021 15:21:07 +0200 Subject: [PATCH] Fix the last checksum This should be the last checksum CL for audio tests. Bug: webrtc:12882 Change-Id: Ie7033434e920a2f923c521cca00d1c270c406370 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224086 Reviewed-by: Jakob Ivarsson Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/master@{#34391} --- modules/audio_coding/acm2/audio_coding_module_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/audio_coding/acm2/audio_coding_module_unittest.cc b/modules/audio_coding/acm2/audio_coding_module_unittest.cc index 249f60ad7f..b093b43767 100644 --- a/modules/audio_coding/acm2/audio_coding_module_unittest.cc +++ b/modules/audio_coding/acm2/audio_coding_module_unittest.cc @@ -1411,12 +1411,12 @@ TEST_F(AcmSenderBitExactnessOldApi, MAYBE_Ilbc_30ms) { "7b6ec10910debd9af08011d3ed5249f7", "7b6ec10910debd9af08011d3ed5249f7", "android_arm32_audio", "android_arm64_audio", "android_arm64_clang_audio", - "Mac_arm64_checksum_placeholder"), + "7b6ec10910debd9af08011d3ed5249f7"), AcmReceiverBitExactnessOldApi::PlatformChecksum( "cfae2e9f6aba96e145f2bcdd5050ce78", "cfae2e9f6aba96e145f2bcdd5050ce78", "android_arm32_payload", "android_arm64_payload", "android_arm64_clang_payload", - "Mac_arm64_checksum_placeholder"), + "cfae2e9f6aba96e145f2bcdd5050ce78"), 33, test::AcmReceiveTestOldApi::kMonoOutput); } #endif