There was an error while loading. Please reload this page.
1 parent c718e57 commit b122da8Copy full SHA for b122da8
1 file changed
test/cli/test-helloworld.py
@@ -73,7 +73,7 @@ def test_addon_relative_path():
73
filename = os.path.join(prjpath, 'main.c')
74
assert ret == 0
75
assert stdout == ('Checking %s ...\n'
76
- 'Checking %s: SOME_CONFIG...' % (filename, filename))
+ 'Checking %s: SOME_CONFIG...\n' % (filename, filename))
77
assert stderr == ('[%s:5]: (error) Division by zero.\n'
78
'[%s:1]: (style) misra violation (use --rule-texts=<file> to get proper output)\n' % (filename, filename))
79
0 commit comments