Fixed typo in testcase. Ticket: #1311

This commit is contained in:
Robert Reif 2010-08-09 17:57:07 +02:00 committed by Daniel Marjamäki
parent 217b9425b5
commit bf1352c573
1 changed files with 0 additions and 2 deletions

View File

@ -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"