1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00
This commit is contained in:
Loïc Blot 2019-02-15 12:27:29 +01:00
parent 88c68ce8ec
commit 3dafc007a9
2 changed files with 7 additions and 6 deletions

View file

@ -23,12 +23,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "network/socket.h"
class TestAddress : public TestBase {
class TestAddress : public TestBase
{
public:
TestAddress()
{
TestManager::registerTestModule(this);
}
TestAddress() { TestManager::registerTestModule(this); }
const char *getName() { return "TestAddress"; }