Index: webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc |
diff --git a/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc b/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc |
index 60e90f7d3b80a0d61b3d44ec696c74fc22471b35..344bc3b6bb41e895e34de2008b5fa5eca20e935a 100644 |
--- a/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc |
+++ b/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc |
@@ -317,8 +317,8 @@ TEST_F(AudioCodingModuleTestOldApi, VerifyOutputFrame) { |
// with clang debug builds. |
// TODO(tommi): Re-enable when we've figured out what the problem is. |
// http://crbug.com/615050 |
-#if !defined(WEBRTC_WIN) && defined(__clang__) && !defined(NDEBUG) |
-#if RTC_DCHECK_IS_ON && GTEST_HAS_DEATH_TEST && !defined(WEBRTC_ANDROID) |
+#if !defined(WEBRTC_WIN) && defined(__clang__) && RTC_DCHECK_IS_ON && \ |
+ GTEST_HAS_DEATH_TEST && !defined(WEBRTC_ANDROID) |
TEST_F(AudioCodingModuleTestOldApi, FailOnZeroDesiredFrequency) { |
AudioFrame audio_frame; |
bool muted; |
@@ -326,7 +326,6 @@ TEST_F(AudioCodingModuleTestOldApi, FailOnZeroDesiredFrequency) { |
"dst_sample_rate_hz"); |
} |
#endif |
-#endif |
// Checks that the transport callback is invoked once for each speech packet. |
// Also checks that the frame type is kAudioFrameSpeech. |