1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Merged puil request #1824

This commit is contained in:
Marc Zinnschlag 2018-07-29 12:52:01 +02:00
commit 84de55fb46
2 changed files with 2 additions and 1 deletions

View File

@ -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
------

View File

@ -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<ESM::NAME>::value);
ASSERT_TRUE(std::is_pod<ESM::NAME32>::value);