We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2200eb commit 8c3fb8dCopy full SHA for 8c3fb8d
1 file changed
tests/test_hooks.py
@@ -203,8 +203,8 @@ def generate_cpplint_tests(cls):
203
def generate_iwyu_tests(cls):
204
iwyu_arg_sets = [[]]
205
iwyu_err_c = """{0}:2:18: error: non-void function 'main' should return a value [-Wreturn-type]
206
-int main(){{int i;return;}}
207
- ^
+ 2 | int main(){{int i;return;}}
+ | ^
208
209
{0} should add these lines:
210
@@ -217,8 +217,8 @@ def generate_iwyu_tests(cls):
217
cls.err_c
218
).encode()
219
iwyu_err_cpp = """{0}:2:18: error: non-void function 'main' should return a value [-Wreturn-type]
220
221
222
223
224
0 commit comments