Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 5fe083f

Browse files
committed
Fixed file name in unit test.
1 parent 2f61fa5 commit 5fe083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_bad2(self):
6767
def test_all(self):
6868
file1 = 'bad.cpp'
6969
file2 = 'bad2.cpp'
70-
failures = parse_cpplint('tests/cpplint-out-alltxt')
70+
failures = parse_cpplint('tests/cpplint-out-all.txt')
7171

7272
self.assertEqual(failures[file1][0].file, file1)
7373
self.assertEqual(failures[file1][0].line, 0)

0 commit comments

Comments
 (0)