fixed testcase so it's valid syntax

This commit is contained in:
Daniel Marjamäki 2009-11-17 19:06:53 +01:00
parent 42c5025000
commit a3a3ff4349
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ private:
"};\n");
ASSERT_EQUALS("", errout.str());
checkUninitVar("int f(int (*assign)(char *p))\n"
checkUninitVar("int f(int (*assign)(int *p))\n"
"{\n"
" int i;\n"
" (*assign)(&i);\n"