From 480aebacbb46e1a68fa6dbb2d2f5023612b48085 Mon Sep 17 00:00:00 2001 From: fchn289 Date: Thu, 8 Feb 2024 14:37:57 +0800 Subject: [PATCH] SafePtr: comment out array ut --- ut/safe_mem/SafePtrTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ut/safe_mem/SafePtrTest.cpp b/ut/safe_mem/SafePtrTest.cpp index 6a8eb85..c9918ca 100644 --- a/ut/safe_mem/SafePtrTest.cpp +++ b/ut/safe_mem/SafePtrTest.cpp @@ -120,7 +120,7 @@ TEST(SafePtrTest, GOLD_void_back) // *********************************************************************************************** TEST(SafePtrTest, GOLD_construct_array) { - make_safe(10); + //make_safe(10); } } // namespace