X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Ftestsuite.cpp;h=b27f6e18c991d7e685a6ba202230f525d6acd669;hb=d736eba00b274c87662bd73a3acf8288135643d6;hp=539827cf8d484d0d586d367e643b61df1bc0ee4a;hpb=895554aebccbeeb45e2c469d0bafa1e0d85dd8fb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 539827cf8..b27f6e18c 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -19,8 +19,6 @@ */ -/* $Core */ - #include "inspircd.h" #include "testsuite.h" #include "threadengine.h" @@ -76,7 +74,7 @@ TestSuite::TestSuite() switch (choice) { case '1': - FOREACH_MOD(I_OnRunTestSuite, OnRunTestSuite()); + FOREACH_MOD(OnRunTestSuite, ()); break; case '2': std::cout << "Enter module filename to load: ";