mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove not needed hwHelper
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
5a75f4b7e1
commit
582a3620a2
@ -60,7 +60,6 @@ class AUBCommandStreamFixture : public CommandStreamFixture {
|
||||
if (testMode == TestMode::AubTestsWithTbx) {
|
||||
auto tbxCsr = static_cast<CommandStreamReceiverSimulatedCommonHw<FamilyType> *>(pCommandStreamReceiver);
|
||||
EXPECT_TRUE(tbxCsr->expectMemoryEqual(gfxAddress, srcAddress, length));
|
||||
|
||||
csr = static_cast<CommandStreamReceiverWithAUBDump<TbxCommandStreamReceiverHw<FamilyType>> *>(pCommandStreamReceiver)->aubCSR.get();
|
||||
}
|
||||
|
||||
@ -76,7 +75,6 @@ class AUBCommandStreamFixture : public CommandStreamFixture {
|
||||
if (testMode == TestMode::AubTestsWithTbx) {
|
||||
auto tbxCsr = static_cast<CommandStreamReceiverSimulatedCommonHw<FamilyType> *>(pCommandStreamReceiver);
|
||||
EXPECT_TRUE(tbxCsr->expectMemoryNotEqual(gfxAddress, srcAddress, length));
|
||||
|
||||
csr = static_cast<CommandStreamReceiverWithAUBDump<TbxCommandStreamReceiverHw<FamilyType>> *>(pCommandStreamReceiver)->aubCSR.get();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user