| 152 | } // namespace |
| 153 | |
| 154 | TEST_F(ArrayIntersectTest, intArrays) { |
| 155 | testInt<int8_t>(); |
| 156 | testInt<int16_t>(); |
| 157 | testInt<int32_t>(); |
| 158 | testInt<int64_t>(); |
| 159 | } |
| 160 | |
| 161 | TEST_F(ArrayIntersectTest, floatArrays) { |
| 162 | testFloatingPoint<float>(); |
nothing calls this directly
no test coverage detected