summaryrefslogtreecommitdiffstats
path: root/test/unit/common
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-10-07 22:05:16 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-10-07 22:22:59 +0200
commit12feb49098b3fdcaa489ceb557a4461b5cdebcf9 (patch)
tree51a42503b196276b2e186d4d7b53f15542d15687 /test/unit/common
parent502f7a8a5fc90b5b490e65e0c1f8cc60c2d40957 (diff)
downloadcolobot-12feb49098b3fdcaa489ceb557a4461b5cdebcf9.tar.gz
colobot-12feb49098b3fdcaa489ceb557a4461b5cdebcf9.tar.bz2
colobot-12feb49098b3fdcaa489ceb557a4461b5cdebcf9.zip
Fixes in unit tests
Diffstat (limited to 'test/unit/common')
-rw-r--r--test/unit/common/profile_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/common/profile_test.cpp b/test/unit/common/profile_test.cpp
index 2d21a90..c7b9594 100644
--- a/test/unit/common/profile_test.cpp
+++ b/test/unit/common/profile_test.cpp
@@ -12,7 +12,6 @@ class CProfileTest : public testing::Test
{
protected:
CProfile m_profile;
-
};
TEST_F(CProfileTest, ReadTest)