value flow: Fixed testing

This commit is contained in:
Daniel Marjamäki 2014-01-06 10:09:49 +01:00
parent 4a2da09491
commit d172e9bb29
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public:
private:
void run() {
valueFlowBeforeCondition();
TEST_CASE(valueFlowBeforeCondition);
}
bool testValueOfX(const char code[], unsigned int linenr, int value) {