1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix tests + scripting compilation on gcc

This commit is contained in:
Dydzio
2023-01-04 21:33:56 +01:00
committed by Ivan Savenko
parent 1700a598f6
commit a2ce9220ed
15 changed files with 45 additions and 41 deletions

View File

@@ -245,7 +245,6 @@ TEST_F(ERM_BU_S, Summon)
auto checkApply = [&](BattleUnitsChanged * pack)
{
EXPECT_TRUE(pack->customEffects.empty());
EXPECT_EQ(pack->changedStacks.size(), 1);
if(!pack->changedStacks.empty())