mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Remove Program::pDevice
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6eb4cd5a79
commit
61d61e8b1c
@@ -1693,7 +1693,7 @@ HWTEST_TEMPLATED_F(BlitCopyTests, givenLocalMemoryAccessNotAllowedWhenGlobalCons
|
||||
|
||||
EXPECT_EQ(0u, bcsMockContext->bcsCsr->peekTaskCount());
|
||||
|
||||
program.processProgramInfo(programInfo);
|
||||
program.processProgramInfo(programInfo, *device);
|
||||
|
||||
EXPECT_EQ(1u, bcsMockContext->bcsCsr->peekTaskCount());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user