From bf1352c573bccfe89e3f87cf297f01fd86fd1206 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Mon, 9 Aug 2010 17:57:07 +0200 Subject: [PATCH] Fixed typo in testcase. Ticket: #1311 --- test/testclass.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/testclass.cpp b/test/testclass.cpp index 63743a08c..ced327a69 100644 --- a/test/testclass.cpp +++ b/test/testclass.cpp @@ -3883,8 +3883,6 @@ private: "public:\n" " Z(int x, int y, int z) : Y(x, y), z(z) { }\n" " int getZ() { return z; }\n" - "};\n" - " }\n" "};"); ASSERT_EQUALS("[test.cpp:5]: (style) The function 'X::getX' can be const\n" "[test.cpp:11]: (style) The function 'Y::getY' can be const\n"