(self)
| 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 |