Visual C++: Fixed testrunner compilation problems
This commit is contained in:
parent
e9f643f04c
commit
dfa8a2e67c
|
@ -148,7 +148,9 @@ public:
|
||||||
|
|
||||||
void check();
|
void check();
|
||||||
|
|
||||||
|
#ifndef UNIT_TESTING
|
||||||
private:
|
private:
|
||||||
|
#endif
|
||||||
|
|
||||||
bool matchFunctionsThatReturnArg(const Token *tok, const std::string &varname);
|
bool matchFunctionsThatReturnArg(const Token *tok, const std::string &varname);
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,9 @@ public:
|
||||||
*/
|
*/
|
||||||
std::map<std::string, ClassInfo> _classInfoList;
|
std::map<std::string, ClassInfo> _classInfoList;
|
||||||
|
|
||||||
|
#ifndef UNIT_TESTING
|
||||||
private:
|
private:
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simplify variable declarations
|
* Simplify variable declarations
|
||||||
|
|
Loading…
Reference in New Issue