diff --git a/Support/HockeySDKTests/BITAuthenticatorTests.m b/Support/HockeySDKTests/BITAuthenticatorTests.m index 07a6ff658b..11e7e3e2b0 100644 --- a/Support/HockeySDKTests/BITAuthenticatorTests.m +++ b/Support/HockeySDKTests/BITAuthenticatorTests.m @@ -60,11 +60,6 @@ static void *kInstallationIdentification = &kInstallationIdentification; } - (void)tearDown { -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [_sut cleanupInternalStorage]; _sut = nil; diff --git a/Support/HockeySDKTests/BITCrashManagerTests.m b/Support/HockeySDKTests/BITCrashManagerTests.m index 51609ccf9f..ff404df228 100644 --- a/Support/HockeySDKTests/BITCrashManagerTests.m +++ b/Support/HockeySDKTests/BITCrashManagerTests.m @@ -43,11 +43,6 @@ } - (void)tearDown { -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [_sut cleanCrashReports]; [super tearDown]; } diff --git a/Support/HockeySDKTests/BITCrashReportTextFormatterTests.m b/Support/HockeySDKTests/BITCrashReportTextFormatterTests.m index 170fa8fd6c..e0f221dee0 100644 --- a/Support/HockeySDKTests/BITCrashReportTextFormatterTests.m +++ b/Support/HockeySDKTests/BITCrashReportTextFormatterTests.m @@ -20,12 +20,7 @@ // Put setup code here. This method is called before the invocation of each test method in the class. } -- (void)tearDown { -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - +- (void)tearDown { [super tearDown]; } diff --git a/Support/HockeySDKTests/BITFeedbackManagerTests.m b/Support/HockeySDKTests/BITFeedbackManagerTests.m index ac00063ff8..6f38c60079 100644 --- a/Support/HockeySDKTests/BITFeedbackManagerTests.m +++ b/Support/HockeySDKTests/BITFeedbackManagerTests.m @@ -41,11 +41,6 @@ } - (void)tearDown { -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [_sut removeKeyFromKeychain:kBITHockeyMetaUserID]; [_sut removeKeyFromKeychain:kBITHockeyMetaUserName]; [_sut removeKeyFromKeychain:kBITHockeyMetaUserEmail]; diff --git a/Support/HockeySDKTests/BITHockeyAppClientTests.m b/Support/HockeySDKTests/BITHockeyAppClientTests.m index 5f1f66b421..c8a7fa6a3d 100644 --- a/Support/HockeySDKTests/BITHockeyAppClientTests.m +++ b/Support/HockeySDKTests/BITHockeyAppClientTests.m @@ -33,11 +33,6 @@ } - (void)tearDown { -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [_sut cancelOperationsWithPath:nil method:nil]; _sut = nil; diff --git a/Support/HockeySDKTests/BITHockeyHelperTests.m b/Support/HockeySDKTests/BITHockeyHelperTests.m index b6a0bf9d90..9ce731b50a 100644 --- a/Support/HockeySDKTests/BITHockeyHelperTests.m +++ b/Support/HockeySDKTests/BITHockeyHelperTests.m @@ -33,11 +33,6 @@ - (void)tearDown { // Tear-down code here. -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [super tearDown]; } diff --git a/Support/HockeySDKTests/BITKeychainUtilsTests.m b/Support/HockeySDKTests/BITKeychainUtilsTests.m index 1bd87ff9e7..01ef45f7d4 100644 --- a/Support/HockeySDKTests/BITKeychainUtilsTests.m +++ b/Support/HockeySDKTests/BITKeychainUtilsTests.m @@ -32,11 +32,6 @@ - (void)tearDown { // Tear-down code here. -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - [super tearDown]; } diff --git a/Support/HockeySDKTests/BITStoreUpdateManagerTests.m b/Support/HockeySDKTests/BITStoreUpdateManagerTests.m index a9e2d9c1a4..ce8b5965f4 100644 --- a/Support/HockeySDKTests/BITStoreUpdateManagerTests.m +++ b/Support/HockeySDKTests/BITStoreUpdateManagerTests.m @@ -43,11 +43,6 @@ - (void)tearDown { // Tear-down code here. -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wimplicit" - __gcov_flush(); -# pragma clang diagnostic pop - _storeUpdateManager = nil; [super tearDown];