Skip to content

Commit

Permalink
[0.0.21] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Sep 24, 2024
1 parent 94d8ca0 commit b2d4bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/Unit/source/Tests_ClassInternals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ TEST_F(Tests_ClassInternals, SimpleFriend)
struct SomeSerializerLogic
{
virtual bool IsMakesMeHappy() = 0;
};
/**
Expand All @@ -114,6 +113,9 @@ struct SomeSerializerLogic
struct Entity
{
ENGINE_SERIALIZER_ACCESS(SomeSerializerLogic);
public:
virtual bool IsMakesMeHappy() = 0;
};
)");

Expand Down

0 comments on commit b2d4bad

Please sign in to comment.