aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
diff options
context:
space:
mode:
authorGravatar Jackmcbarn2011-01-29 16:29:33 -0500
committerGravatar Jackmcbarn2011-01-29 16:29:33 -0500
commit5dbabb823456744e7442edc2bfde1272bb2edcb1 (patch)
tree9ca74394c3d59592b7cd70f64b1b37faaab3f02c /src/testsuite.cpp
parentRemove protocol.h from inspircd.h (diff)
Remove cull_list.h from inspircd.h
Diffstat (limited to 'src/testsuite.cpp')
-rw-r--r--src/testsuite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp
index 3cd4da2d8..7e98b97e4 100644
--- a/src/testsuite.cpp
+++ b/src/testsuite.cpp
@@ -14,6 +14,7 @@
/* $Core */
#include "inspircd.h"
+#include "cull_list.h"
#include "testsuite.h"
#include <iostream>
@@ -269,7 +270,7 @@ TestSuite::TestSuite()
{
Module* m = ServerInstance->Modules->Find(modname);
std::cout << std::endl << (ServerInstance->Modules->Unload(m) ? "SUCCESS" : "FAILURE") << std::endl;
- ServerInstance->AtomicActions.Run();
+ ServerInstance->AtomicActions->Run();
}
break;