value flow: reverted TestOther, don't use value flow in test cases yet
This commit is contained in:
parent
a2fe1ebe92
commit
9c50deda64
|
@ -210,7 +210,6 @@ private:
|
||||||
settings->inconclusive = inconclusive;
|
settings->inconclusive = inconclusive;
|
||||||
settings->experimental = experimental;
|
settings->experimental = experimental;
|
||||||
settings->standards.posix = posix;
|
settings->standards.posix = posix;
|
||||||
settings->valueFlow = true;
|
|
||||||
|
|
||||||
if (posix) {
|
if (posix) {
|
||||||
const char cfg[] = "<?xml version=\"1.0\"?>\n"
|
const char cfg[] = "<?xml version=\"1.0\"?>\n"
|
||||||
|
|
Loading…
Reference in New Issue