value flow: Fixed testing
This commit is contained in:
parent
4a2da09491
commit
d172e9bb29
|
@ -34,7 +34,7 @@ public:
|
|||
private:
|
||||
|
||||
void run() {
|
||||
valueFlowBeforeCondition();
|
||||
TEST_CASE(valueFlowBeforeCondition);
|
||||
}
|
||||
|
||||
bool testValueOfX(const char code[], unsigned int linenr, int value) {
|
||||
|
|
Loading…
Reference in New Issue