Memory leak: Test code was supposed to call unknown function
This commit is contained in:
parent
1637e867de
commit
e572cb3c1d
|
@ -1862,7 +1862,7 @@ private:
|
||||||
check("void foo()\n"
|
check("void foo()\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" int *p = new int[100];\n"
|
" int *p = new int[100];\n"
|
||||||
" foo();\n"
|
" ThrowException();\n"
|
||||||
"}\n");
|
"}\n");
|
||||||
ASSERT_EQUALS("[test.cpp:5]: (error) Memory leak: p\n", errout.str());
|
ASSERT_EQUALS("[test.cpp:5]: (error) Memory leak: p\n", errout.str());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue