| 290 | } |
| 291 | |
| 292 | TestInstance::~TestInstance() { |
| 293 | if (regexp_) |
| 294 | regexp_->Decref(); |
| 295 | delete prog_; |
| 296 | delete rprog_; |
| 297 | delete re_; |
| 298 | delete re2_; |
| 299 | } |
| 300 | |
| 301 | // Runs a single search using the named engine type. |
| 302 | // This interface hides all the irregularities of the various |