From ec050d25638cd8317a6e0addb5aa3df00cc87f6d Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Sat, 22 Aug 2009 21:29:09 +0700 Subject: [PATCH] TestOther::varScope5: fixed syntax error in test case. Testrunner complains about "Unlogged error at Tokenizer::syntaxError" since 74bbe945f6a55c3eb9d125b1f16566b0f10c1479 commit. --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index 1b5c96747..3bd768c8d 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -408,7 +408,7 @@ private: void varScope5() { - varScope("void f)\n" + varScope("void f()\n" "{\n" " int i = 0;\n" " if (true) {\n"