diff --git a/test/testsuite.cpp b/test/testsuite.cpp index 713582a6d..200b0f017 100644 --- a/test/testsuite.cpp +++ b/test/testsuite.cpp @@ -169,7 +169,6 @@ void TestFixture::assertEqualsWithoutLineNumbers(const char *filename, unsigned } void TestFixture::assertEquals(const char *filename, unsigned int linenr, const char expected[], const std::string& actual, const std::string &msg) const - { assertEquals(filename, linenr, std::string(expected), actual, msg); }