mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +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
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
using Gen9EnqueueTest = TestLegacy<ClDeviceFixture>;
|
||||
using Gen9EnqueueTest = Test<ClDeviceFixture>;
|
||||
GEN9TEST_F(Gen9EnqueueTest, givenKernelRequiringIndependentForwardProgressWhenKernelIsSubmittedThenRoundRobinPolicyIsProgrammed) {
|
||||
MockContext mc;
|
||||
CommandQueueHw<Gen9Family> cmdQ{&mc, pClDevice, 0, false};
|
||||
|
||||
Reference in New Issue
Block a user