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

Method testCheckDeprecated

cpplint_unittest.py:2171–2173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()", "")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected