mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 17:42:31 +00:00
Merged puil request #1824
This commit is contained in:
commit
84de55fb46
@ -87,6 +87,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…
x
Reference in New Issue
Block a user