| 4335 | */ |
| 4336 | |
| 4337 | void validate_canReadFile(string fn, const char* caller) { |
| 4338 | |
| 4339 | /// @todo embed filename into error message when tokenSubs is updated to permit strings |
| 4340 | assertThat(parser_canReadFile(fn), report::CANNOT_READ_FILE, caller); |
| 4341 | } |
| 4342 | |
| 4343 | |
| 4344 |
no test coverage detected