mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
CBattleInfoCallbackTest: fix catch-value
This commit is contained in:
parent
54e4db3819
commit
d14c951005
@ -275,7 +275,7 @@ TEST_F(BattleFinishedTest, LastWarMachineLoose)
|
|||||||
|
|
||||||
expectBattleWinner(0);
|
expectBattleWinner(0);
|
||||||
}
|
}
|
||||||
catch(std::exception e)
|
catch(const std::exception & e)
|
||||||
{
|
{
|
||||||
logGlobal->error(e.what());
|
logGlobal->error(e.what());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user