(patch)
| 546 | extra_patch = self.MakeEmptyTempFile() |
| 547 | |
| 548 | def VerifyPatch(patch): |
| 549 | return lambda: self.assertEquals(patch, |
| 550 | FileToText(TEST_CONFIG["TEMPORARY_PATCH_FILE"])) |
| 551 | |
| 552 | msg = """Version 3.22.5.1 (cherry-pick) |
| 553 |
nothing calls this directly
no test coverage detected