Actually enable is_pod test

pull/1824/head
Capostrophic 6 years ago committed by Capostrophic
parent 29a1899045
commit 84a871cac7

@ -86,6 +86,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
------

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

Loading…
Cancel
Save