Fix syntax in test code example
This commit is contained in:
parent
2b41297bff
commit
1538248922
|
@ -4104,7 +4104,7 @@ private:
|
||||||
"double b() {\n"
|
"double b() {\n"
|
||||||
" A c;\n"
|
" A c;\n"
|
||||||
" c.x = 42;\n"
|
" c.x = 42;\n"
|
||||||
" return c->x;\n"
|
" return c.x;\n"
|
||||||
"}\n");
|
"}\n");
|
||||||
ASSERT_EQUALS("", errout.str());
|
ASSERT_EQUALS("", errout.str());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue