forked from mirror/openmw-tes3mp
Actually enable is_pod test
This commit is contained in:
parent
29a1899045
commit
84a871cac7
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@
|
||||||
Feature #4509: Show count of enchanted items in stack in the spells list
|
Feature #4509: Show count of enchanted items in stack in the spells list
|
||||||
Feature #4512: Editor: Use markers for lights and creatures levelled lists
|
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 #2490: Don't open command prompt window on Release-mode builds automatically
|
||||||
|
Task #4545: Enable is_pod string test
|
||||||
|
|
||||||
0.44.0
|
0.44.0
|
||||||
------
|
------
|
||||||
|
|
|
@ -64,7 +64,7 @@ TEST(EsmFixedString, struct_size)
|
||||||
ASSERT_EQ(256, sizeof(ESM::NAME256));
|
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::NAME>::value);
|
||||||
ASSERT_TRUE(std::is_pod<ESM::NAME32>::value);
|
ASSERT_TRUE(std::is_pod<ESM::NAME32>::value);
|
||||||
|
|
Loading…
Reference in a new issue