summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp')
-rw-r--r--Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp b/Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp
index fd40ee9..471fec5 100644
--- a/Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp
+++ b/Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp
@@ -14,16 +14,13 @@
using namespace Swift;
-class SimpleEventLoopTest : public CppUnit::TestFixture
-{
+class SimpleEventLoopTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(SimpleEventLoopTest);
CPPUNIT_TEST(testRun);
CPPUNIT_TEST(testPostFromMainThread);
CPPUNIT_TEST_SUITE_END();
public:
- SimpleEventLoopTest() {}
-
void setUp() {
counter_ = 0;
}