From a3a3ff4349e118fb8d59224ab64dc83f9314ef10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 17 Nov 2009 19:06:53 +0100 Subject: [PATCH] fixed testcase so it's valid syntax --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index 98e2e7fc6..aa14b8475 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -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"