unit testing: minor syntax fixes

This commit is contained in:
Daniel Marjamäki 2009-11-09 20:34:36 +01:00
parent a5ce4fd3c3
commit 1fe94d74b8
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ private:
void noerr3()
{
check("struct { char data[10]; } abc;\n"
"static void f()\n"
"static char f()\n"
"{\n"
" char data[1];\n"
" return abc.data[1];\n"