mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove getSupportedClVersion function from Device
Related-To: NEO-3938 Change-Id: Ida4e0d8b3a758376ea433960c8a329c061b15666 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
307a5cb822
commit
5be85293d6
@ -13,7 +13,7 @@ using namespace NEO;
|
||||
typedef Test<DeviceFixture> DeviceTest;
|
||||
|
||||
SKLTEST_F(DeviceTest, getSupportedClVersion21Device) {
|
||||
auto version = pDevice->getSupportedClVersion();
|
||||
auto version = pClDevice->getSupportedClVersion();
|
||||
EXPECT_EQ(21u, version);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user