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:
|
if id == 'debug' and DEBUG == False:
|
||||||
return
|
return
|
||||||
if VERIFY:
|
if VERIFY:
|
||||||
VERIFY_ACTUAL.append(str(token.linenr) + ':misc-' + id)
|
VERIFY_ACTUAL.append(str(token.linenr) + ':' + id)
|
||||||
else:
|
else:
|
||||||
cppcheckdata.reportErrorCli(token, severity, msg, 'misc', id)
|
cppcheckdata.reportErrorCli(token, severity, msg, 'misc', id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue