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 59ff5004..a4dd4fcb 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -171,7 +171,7 @@ void test_predicate() fm_assert(m_foo3.erased().is_enabled(x)); } -static constexpr bool test_names() +constexpr bool test_names() { constexpr auto m = entity_metadata<TestAccessors>(); auto [foo1, bar1, baz1] = m.accessors; |