Skip to content

Commit

Permalink
Modifying Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit1603 committed Sep 17, 2023
1 parent 492bf8c commit a57b0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/CppInterOp/TypeReflectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,4 +555,5 @@ TEST(TypeReflectionTest, Disabled_IsSmartPtrType) {
EXPECT_FALSE(Cpp::IsSmartPtrType(get_type_from_varname("raw_ptr")));
EXPECT_FALSE(Cpp::IsSmartPtrType(get_type_from_varname("object")));
}
}
#endif

0 comments on commit a57b0f0

Please sign in to comment.