diff --git a/CHANGELOG.md b/CHANGELOG.md index b04a49c0c..d5b62bf1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ Feature #4509: Show count of enchanted items in stack in the spells list Feature #4512: Editor: Use markers for lights and creatures levelled lists Task #2490: Don't open command prompt window on Release-mode builds automatically + Task #4545: Enable is_pod string test 0.44.0 ------ diff --git a/apps/openmw_test_suite/esm/test_fixed_string.cpp b/apps/openmw_test_suite/esm/test_fixed_string.cpp index 598e8daad..89a390ff6 100644 --- a/apps/openmw_test_suite/esm/test_fixed_string.cpp +++ b/apps/openmw_test_suite/esm/test_fixed_string.cpp @@ -64,7 +64,7 @@ TEST(EsmFixedString, struct_size) ASSERT_EQ(256, sizeof(ESM::NAME256)); } -TEST(EsmFixedString, DISABLED_is_pod) +TEST(EsmFixedString, is_pod) { ASSERT_TRUE(std::is_pod::value); ASSERT_TRUE(std::is_pod::value);