| 531 | |
| 532 | template <typename TestType> |
| 533 | void TestStatistics<TestType>::DeepFree(std::vector<typename TestType::c_type>& values) {} |
| 534 | |
| 535 | template <> |
| 536 | void TestStatistics<FLBAType>::DeepFree(std::vector<FLBA>& values) { |
nothing calls this directly
no test coverage detected