diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp index 8b675530a..d218c5917 100644 --- a/test/testsymboldatabase.cpp +++ b/test/testsymboldatabase.cpp @@ -5259,7 +5259,7 @@ private: " Fred(int x) : i(x) { }\n" " Fred(float x) : f(x) { }\n" " int i;\n" - " int f;\n" + " float f;\n" "};"); ASSERT_EQUALS("", errout.str());