diff --git a/bazaar/plugin/gtest/gtest-upp.h b/bazaar/plugin/gtest/gtest-upp.h index 46524852f..24e6be971 100644 --- a/bazaar/plugin/gtest/gtest-upp.h +++ b/bazaar/plugin/gtest/gtest-upp.h @@ -9,6 +9,7 @@ \ int main(int argc, char** argv) \ { \ + Upp::MemoryIgnoreLeaksBlock __; \ UPP::AppInit__(argc, (const char **)argv); \ testing::InitGoogleTest(&argc, argv); \ UPP::AppExecute__(TestMainFn); \