Skip to content

Commit e317c43

Browse files
committed
Clarify soldier rank test constructors
1 parent d04f3a1 commit e317c43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/s25Main/integration/testGameCommands.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ static void dummySuppressUnused(std::ostream& out)
5757
// LCOV_EXCL_STOP
5858

5959
namespace {
60+
// Expose the protected constructors only to serialize the actual command format in this test,
61+
// rather than duplicating the production Serialize() implementation.
6062
class TestSetTroopLimit : public gc::SetTroopLimit
6163
{
6264
public:

0 commit comments

Comments
 (0)