Skip to content

Commit c750b93

Browse files
jameslambtkruse
authored andcommitted
fix tests
1 parent 75e4dec commit c750b93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpplint_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4821,7 +4821,7 @@ def testIncludeItsHeader(self):
48214821
''
48224822
],
48234823
error_collector)
4824-
expected = "{dir}/{fn}.cc should include its header file {dir}/{fn}{unix_text} [build/include] [5]".format(
4824+
expected = "{dir}/{fn}.cc should include its header file {dir}/{fn}.h{unix_text} [build/include] [5]".format(
48254825
fn="foo",
48264826
dir=test_directory,
48274827
unix_text=". Relative paths like . and .. are not allowed.")

0 commit comments

Comments
 (0)