MCPcopy Index your code
hub / github.com/cpplint/cpplint / testIncludeFilenameFalseError

Method testIncludeFilenameFalseError

cpplint_unittest.py:1118–1120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1116
1117 # Test false errors that happened with some include file names
1118 def testIncludeFilenameFalseError(self):
1119 self.TestLint('#include "foo/long-foo.h"', "")
1120 self.TestLint('#include "foo/sprintf.h"', "")
1121
1122 # Test typedef cases. There was a bug that cpplint misidentified
1123 # typedef for pointer to function as C-style cast and produced

Callers

nothing calls this directly

Calls 1

TestLintMethod · 0.80

Tested by

no test coverage detected