Skip to content

Commit 141ebb7

Browse files
authored
Fix recursive exclude Issue #114 (#115)
1 parent ff5b032 commit 141ebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpplint_clitest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def testCfgFileSample(self):
177177
self.checkAllInFolder('./samples/cfg-file', 1)
178178

179179
def testBoostSample(self):
180-
self.checkAllInFolder('./samples/boost-sample', 4)
180+
self.checkAllInFolder('./samples/boost-sample', 5)
181181

182182
def testProtobufSample(self):
183183
self.checkAllInFolder('./samples/protobuf-sample', 1)

0 commit comments

Comments
 (0)