From 6e8cd883a8fbb4225929cd8c61fad0bbe22aef42 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 19 Nov 2022 08:37:51 +0100 Subject: test/entity: move into anon namespace --- test/entity.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/entity.cpp b/test/entity.cpp index 5db83974..59ff5004 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -171,8 +171,6 @@ void test_predicate() fm_assert(m_foo3.erased().is_enabled(x)); } -} // namespace - static constexpr bool test_names() { constexpr auto m = entity_metadata(); @@ -189,6 +187,8 @@ static constexpr bool test_names() return true; } +} // namespace + void test_app::test_entity() { static_assert(test_accessors()); -- cgit v1.2.3