astyle formatting
This commit is contained in:
parent
821fd8d5c4
commit
3c0619cba5
|
@ -6209,7 +6209,7 @@ private:
|
|||
" if(!g_strcmp0(g_strdup(a), b) == 0);\n"
|
||||
"}");
|
||||
ASSERT_EQUALS("[test.cpp:3]: (error) Allocation with g_strdup, g_strcmp0 doesn't release it.\n", errout.str());
|
||||
|
||||
|
||||
check("void f()\n"
|
||||
"{\n"
|
||||
" 42, strcmp(strdup(a), b);\n"
|
||||
|
|
Loading…
Reference in New Issue