Skip to content

Commit

Permalink
SafePtr: comment out array ut
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Feb 8, 2024
1 parent 4d536d7 commit 480aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut/safe_mem/SafePtrTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ TEST(SafePtrTest, GOLD_void_back)
// ***********************************************************************************************
TEST(SafePtrTest, GOLD_construct_array)
{
make_safe<int[]>(10);
//make_safe<ints[]>(10);
}

} // namespace

0 comments on commit 480aeba

Please sign in to comment.