mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
`RelationalsFPTest` contains a vector of `RelTestBase` pointers to `RelTestParams` instances, so the base class destructor should be virtual to avoid undefined behaviour. Fixes https://github.com/KhronosGroup/OpenCL-CTS/issues/1731 Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>