(self)
| 34 | |
| 35 | @property |
| 36 | def output_proc(self): |
| 37 | expect_d8_fail = 'crash' in self.path.parts |
| 38 | return FileCheckOutProc( |
| 39 | self.expected_outcomes, |
| 40 | self.suite.root / self.path_and_suffix('.js'), |
| 41 | expect_d8_fails=expect_d8_fail) |
nothing calls this directly
no test coverage detected