mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Actually enable is_pod test
This commit is contained in:
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…
Reference in New Issue
Block a user