| 350 | } |
| 351 | |
| 352 | void releaseArrays() { |
| 353 | if (this->in_ != 0) { ASSERT_SUCCESS(af_release_array(this->in_)); } |
| 354 | if (this->gold_ != 0) { ASSERT_SUCCESS(af_release_array(this->gold_)); } |
| 355 | } |
| 356 | }; |
| 357 | |
| 358 | TYPED_TEST_SUITE(WrapV2, TestTypes); |
no test coverage detected