(self)
| 81 | |
| 82 | @property |
| 83 | def output_proc(self): |
| 84 | return message.OutProc(self.expected_outcomes, |
| 85 | self.suite.root / self.path, |
| 86 | self._expected_fail(), |
| 87 | self.suite.root / self.path_and_suffix('.out'), |
| 88 | self.test_config.regenerate_expected_files) |
nothing calls this directly
no test coverage detected