]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/testsuite.cpp
Improve UserManager::QuitUser() and related code
[user/henk/code/inspircd.git] / src / testsuite.cpp
index 539827cf8d484d0d586d367e643b61df1bc0ee4a..b27f6e18c991d7e685a6ba202230f525d6acd669 100644 (file)
@@ -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: ";