| 196 | // Instantiate the test |
| 197 | |
| 198 | TEST_P(HER, cher) { |
| 199 | TestParams params; |
| 200 | |
| 201 | getParams(¶ms); |
| 202 | herCorrectnessTest<FloatComplex>(¶ms); |
| 203 | } |
| 204 | |
| 205 | TEST_P(HER, zher) { |
| 206 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected