diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-30 19:15:22 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-30 19:15:22 (GMT) |
commit | f1938c7096f2ab77fb438d285f1eadb094010b0a (patch) | |
tree | 0f9c66bf15d2b2abb925139793f1b35cb4d2dc9b /QA/UnitTest/template | |
parent | be2db74cad9f1d0359741beecdef2aed63e0ad2b (diff) | |
download | swift-contrib-f1938c7096f2ab77fb438d285f1eadb094010b0a.zip swift-contrib-f1938c7096f2ab77fb438d285f1eadb094010b0a.tar.bz2 |
Remove unnecessary test constructor.
Diffstat (limited to 'QA/UnitTest/template')
-rw-r--r-- | QA/UnitTest/template/FooTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/QA/UnitTest/template/FooTest.cpp b/QA/UnitTest/template/FooTest.cpp index b6b9abf..9657360 100644 --- a/QA/UnitTest/template/FooTest.cpp +++ b/QA/UnitTest/template/FooTest.cpp @@ -9,8 +9,6 @@ class FooTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE_END(); public: - FooTest() {} - void setUp() { } |