From d745d2aecf26cfd759128fc8522bf6eb98a98819 Mon Sep 17 00:00:00 2001 From: klugier Date: Sun, 13 Sep 2020 12:55:46 +0000 Subject: [PATCH] Bazaar: GTest do not warn about leaks on windows. git-svn-id: svn://ultimatepp.org/upp/trunk@15031 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/plugin/gtest/gtest-upp.h | 1 + 1 file changed, 1 insertion(+) 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); \