diff options
Diffstat (limited to 'test/entity.cpp')
-rw-r--r-- | test/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entity.cpp b/test/entity.cpp index 1aa65f3f..2bbdf29a 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -294,7 +294,7 @@ constexpr bool test_enum_range() } // namespace -void test_app::test_entity() +void Test::test_entity() { static_assert(test_accessors()); static_assert(test_visitor()); |