summaryrefslogtreecommitdiffhomepage
path: root/test/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/entity.cpp')
-rw-r--r--test/entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entity.cpp b/test/entity.cpp
index 783721f1..1aa65f3f 100644
--- a/test/entity.cpp
+++ b/test/entity.cpp
@@ -255,7 +255,7 @@ void test_range2()
{
constexpr auto x = TestAccessors{};
constexpr auto rʹ = m_foo.get_range(x);
- constexpr auto A = m_foo.erased();
+ const auto A = m_foo.erased();
auto r = A.get_range(&x);
auto i = r.convert<int>();
fm_assert(i.second == rʹ.max);