Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-11-09 12:20:29 +01:00
committed by Compute-Runtime-Automation
parent 8c0a97a618
commit 01f7675843

View File

@ -30,7 +30,7 @@ TEST_F(clIcdGetPlatformIDsKHRTests, WhenGettingNumberOfPlatformsThenGreaterThanZ
EXPECT_GT(numPlatforms, (cl_uint)0);
}
TEST_F(clIcdGetPlatformIDsKHRTests, WheGettingExtensionFunctionAddressThenCorrectPointerIsReturned) {
TEST_F(clIcdGetPlatformIDsKHRTests, WhenGettingExtensionFunctionAddressThenCorrectPointerIsReturned) {
void *funPtr = clGetExtensionFunctionAddress("clIcdGetPlatformIDsKHR");
decltype(&clIcdGetPlatformIDsKHR) expected = clIcdGetPlatformIDsKHR;
EXPECT_NE(nullptr, funPtr);