Skip to content

Commit b965697

Browse files
committed
fix: any test
1 parent dc85650 commit b965697

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Engine/Source/Mirror/Test/AnyTest.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@ TEST(AnyTest, DefaultCtorTest)
122122
TEST(AnyTest, DetorTest)
123123
{
124124
bool live = false;
125-
{
126-
Any a0 = AnyDtorTest(live);
127-
ASSERT_TRUE(live);
128-
}
129-
ASSERT_FALSE(live);
130-
131-
live = false;
132125
{
133126
AnyDtorTest obj(live, true); // NOLINT
134127
{

0 commit comments

Comments
 (0)