(self)
| 2169 | self.TestLint("void Finalize(AnnotationProto *final) override;", "") |
| 2170 | |
| 2171 | def testCheckDeprecated(self): |
| 2172 | self.TestLanguageRulesCheck("foo_test.cc", "#include <iostream>", "") |
| 2173 | self.TestLanguageRulesCheck("foo_unittest.cc", "#include <iostream>", "") |
| 2174 | |
| 2175 | def testCheckPosixThreading(self): |
| 2176 | self.TestLint("var = sctime_r()", "") |
nothing calls this directly
no test coverage detected