testrunner: removed redundant ';'

This commit is contained in:
Daniel Marjamäki 2013-06-30 19:44:12 +02:00
parent 582e0ee7e7
commit 1a35241aa2
2 changed files with 2 additions and 2 deletions

View File

@ -5523,4 +5523,4 @@ private:
TODO_ASSERT_EQUALS("[test.cpp:7]: (error) Return value of allocation function f is not used.\n", "", errout.str());
}
};
REGISTER_TEST(TestMemleakNoVar);
REGISTER_TEST(TestMemleakNoVar)

View File

@ -490,4 +490,4 @@ private:
}
};
REGISTER_TEST(TestSizeof);
REGISTER_TEST(TestSizeof)