We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e4dec commit c750b93Copy full SHA for c750b93
1 file changed
cpplint_unittest.py
@@ -4821,7 +4821,7 @@ def testIncludeItsHeader(self):
4821
''
4822
],
4823
error_collector)
4824
- expected = "{dir}/{fn}.cc should include its header file {dir}/{fn}{unix_text} [build/include] [5]".format(
+ expected = "{dir}/{fn}.cc should include its header file {dir}/{fn}.h{unix_text} [build/include] [5]".format(
4825
fn="foo",
4826
dir=test_directory,
4827
unix_text=". Relative paths like . and .. are not allowed.")
0 commit comments