(self)
| 6775 | self.nesting_state.Update("test.cc", clean_lines, line, self.error_collector) |
| 6776 | |
| 6777 | def testEmpty(self): |
| 6778 | self.UpdateWithLines([]) |
| 6779 | assert self.nesting_state.stack == [] |
| 6780 | |
| 6781 | def testNamespace(self): |
| 6782 | self.UpdateWithLines(["namespace {"]) |
nothing calls this directly
no test coverage detected