refactoring - fixed the unit tests
This commit is contained in:
parent
3c1c33669e
commit
bcad5afb26
|
@ -61,7 +61,7 @@ private:
|
|||
|
||||
// Check..
|
||||
CheckStl checkStl;
|
||||
checkStl.runChecks(&tokenizer, (const Settings *)0, this);
|
||||
checkStl.runSimplifiedChecks(&tokenizer, (const Settings *)0, this);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue