mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Correct method names in device and module fixtures
correct naming in derived classes Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fea9c9aca7
commit
6a46e8f0ca
@@ -13,7 +13,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using EncodeBatchBufferStartOrEndTest = TestLegacy<DeviceFixture>;
|
||||
using EncodeBatchBufferStartOrEndTest = Test<DeviceFixture>;
|
||||
|
||||
HWTEST_F(EncodeBatchBufferStartOrEndTest, givenCommandContainerWhenEncodeBBEndThenCommandIsAdded) {
|
||||
CommandContainer cmdContainer;
|
||||
@@ -94,7 +94,7 @@ HWTEST_F(EncodeBatchBufferStartOrEndTest, givenGpuAddressWhenEncodeBBStartThenAd
|
||||
}
|
||||
}
|
||||
|
||||
using EncodeNoopTest = TestLegacy<DeviceFixture>;
|
||||
using EncodeNoopTest = Test<DeviceFixture>;
|
||||
|
||||
HWTEST_F(EncodeNoopTest, WhenAligningLinearStreamToCacheLineSizeThenItIsAlignedCorrectly) {
|
||||
CommandContainer cmdContainer;
|
||||
|
||||
Reference in New Issue
Block a user