mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove usage of TestLegacy from opencl tests
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
44d218e52e
commit
bca852617c
@ -65,7 +65,7 @@ struct MediaKernelFixture : public HelloWorldFixture<FactoryType>,
|
||||
Parent::kernelFilename = "vme_kernels";
|
||||
Parent::kernelName = "non_vme_kernel";
|
||||
|
||||
Parent::SetUp();
|
||||
Parent::setUp();
|
||||
ClHardwareParse::setUp();
|
||||
|
||||
ASSERT_NE(nullptr, pKernel);
|
||||
@ -91,7 +91,7 @@ struct MediaKernelFixture : public HelloWorldFixture<FactoryType>,
|
||||
pMultiDeviceVmeKernel->release();
|
||||
|
||||
ClHardwareParse::tearDown();
|
||||
Parent::TearDown();
|
||||
Parent::tearDown();
|
||||
}
|
||||
|
||||
GenCmdList::iterator itorWalker1;
|
||||
|
Reference in New Issue
Block a user