Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2020-10-02 21:24:17 +02:00
parent 14f70cf131
commit 27fbe28804
1 changed files with 0 additions and 5 deletions

View File

@ -24,8 +24,3 @@ def test_unmatched_suppression_path_with_extra_stuf():
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=information', '--error-exitcode=1', './proj-inline-suppress/2.c'])
assert ret == 1
assert 'Unmatched suppression: some_warning_id' in stderr
def test_backwards_compatibility():
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=unusedFunction', 'proj-inline-suppress/3.cpp'])
assert ret == 0
assert stderr == ''