Fixed misc.py test
This commit is contained in:
parent
4509b25f97
commit
466caabbf2
|
@ -19,7 +19,7 @@ def reportError(token, severity, msg, id):
|
|||
if id == 'debug' and DEBUG == False:
|
||||
return
|
||||
if VERIFY:
|
||||
VERIFY_ACTUAL.append(str(token.linenr) + ':misc-' + id)
|
||||
VERIFY_ACTUAL.append(str(token.linenr) + ':' + id)
|
||||
else:
|
||||
cppcheckdata.reportErrorCli(token, severity, msg, 'misc', id)
|
||||
|
||||
|
|
Loading…
Reference in New Issue