mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +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
@@ -203,7 +203,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyn
|
||||
};
|
||||
|
||||
using EnqueueKernelFixture = HelloWorldFixture<HelloWorldFixtureFactory>;
|
||||
using EnqueueKernelTest = TestLegacy<EnqueueKernelFixture>;
|
||||
using EnqueueKernelTest = Test<EnqueueKernelFixture>;
|
||||
|
||||
template <typename FamilyType>
|
||||
class GivenCacheFlushAfterWalkerEnabledAndProperSteppingIsSetWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker : public EnqueueKernelTest {
|
||||
|
||||
Reference in New Issue
Block a user