diff options
-rw-r--r-- | test/test_suit.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_suit.cc b/test/test_suit.cc index 761f06f63..70826b18c 100644 --- a/test/test_suit.cc +++ b/test/test_suit.cc @@ -37,11 +37,11 @@ //using namespace NsSmartDeviceLink::NsSmartObjects; //using namespace NsSmartDeviceLink::NsJSONHandler::strings; - +/* #ifdef __cplusplus extern "C" void __gcov_flush(); #endif - +*/ int main(int argc, char **argv) {printf("\n\n\n after init in Admin \n\n\n"); ::testing::InitGoogleMock(&argc, argv); @@ -73,11 +73,11 @@ int main(int argc, char **argv) {printf("\n\n\n after init in Admin \n\n\n"); int result = RUN_ALL_TESTS(); - +/* #ifdef __cplusplus __gcov_flush(); #endif - +*/ return result; } |