mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix typo
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8c0a97a618
commit
01f7675843
@ -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);
|
||||
|
Reference in New Issue
Block a user