test: removed unnecessary UtilityTestSuite
This commit is contained in:
@@ -3,6 +3,5 @@ add_files(
|
||||
|
||||
ConfigManagerTestSuite.h
|
||||
LogManagerTestSuite.h
|
||||
UtilityTestSuite.h
|
||||
Vector2TestSuite.h
|
||||
)
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#include <cxxtest/TestSuite.h>
|
||||
|
||||
class UtilityTestSuite: public CxxTest::TestSuite
|
||||
{
|
||||
public:
|
||||
void test_one_returns_the_number_one(void)
|
||||
{
|
||||
TS_ASSERT_EQUALS(1, 1);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user