We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1322092 commit dd642dfCopy full SHA for dd642df
1 file changed
test/testcppcheck.cpp
@@ -16,7 +16,6 @@
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
-#include "cmdlineparser.h"
20
#include "color.h"
21
#include "cppcheck.h"
22
#include "errorlogger.h"
@@ -60,22 +59,6 @@ class TestCppcheck : public TestFixture {
60
59
}
61
};
62
63
- class NullCmdLineLogger : public CmdLineLogger
64
- {
65
- public:
66
- void printMessage(const std::string &) override
67
68
- }
69
-
70
- void printError(const std::string &) override
71
72
73
74
- void printRaw(const std::string &) override
75
76
77
- };
78
79
void run() override {
80
TEST_CASE(getErrorMessages);
81
TEST_CASE(checkWithFile);
0 commit comments