TestNullPointer: Added test configuration for 'memcmp' that is needed by a test
This commit is contained in:
parent
0c47555423
commit
87b67e9b77
|
@ -90,7 +90,8 @@ private:
|
||||||
// cfg
|
// cfg
|
||||||
const char cfg[] = "<?xml version=\"1.0\"?>\n"
|
const char cfg[] = "<?xml version=\"1.0\"?>\n"
|
||||||
"<def>\n"
|
"<def>\n"
|
||||||
" <function name=\"strcpy\"> <arg nr=\"1\"><not-null/></arg> </function>\n"
|
" <function name=\"memcmp\"> <arg nr=\"1\"><not-null/></arg> <arg nr=\"2\"><not-null/></arg> </function>\n"
|
||||||
|
" <function name=\"strcpy\"> <arg nr=\"1\"><not-null/></arg> <arg nr=\"2\"><not-null/></arg> </function>\n"
|
||||||
"</def>";
|
"</def>";
|
||||||
settings.library.loadxmldata(cfg, sizeof(cfg));
|
settings.library.loadxmldata(cfg, sizeof(cfg));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue