test: suppress a warning due to an unused variable

This commit is contained in:
Michele Caini
2021-01-25 15:22:46 +01:00
parent cf0da32fd0
commit 0f951cd322

View File

@@ -86,7 +86,6 @@ TEST(SingleComponentView, RawData) {
ASSERT_EQ(*view.data(), entity);
ASSERT_EQ(*cview.data(), entity);
const auto other = registry.create();
registry.destroy(entity);
ASSERT_EQ(view.size(), 0u);