diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fuzzer/testcase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzer/testcase.cpp b/tests/fuzzer/testcase.cpp index 2660496..87d1867 100644 --- a/tests/fuzzer/testcase.cpp +++ b/tests/fuzzer/testcase.cpp @@ -7,9 +7,9 @@ static DiceParser* parser= new DiceParser(); void runCommand(const QString& cmd) { + qDebug() << "cmd" << cmd; if(parser->parseLine(cmd)) { - // qDebug() << "valide cmd" << cmd; parser->start(); } } |