mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Remove command queue constructor
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b37d46dd3d
commit
9bca773b91
@@ -809,7 +809,7 @@ HWTEST_F(GetDeviceInfoQueueFamilyTest, givenSubDeviceWithoutSupportedEngineWhenI
|
||||
clDevice1.getExecutionEnvironment()->rootDeviceEnvironments[0]->getMutableHardwareInfo()->capabilityTable.blitterOperationsSupported = true;
|
||||
|
||||
MockContext context(&clDevice1);
|
||||
MockCommandQueue cmdQ(&context, &clDevice1, nullptr);
|
||||
MockCommandQueue cmdQ(&context, &clDevice1, nullptr, false);
|
||||
|
||||
EXPECT_EQ(nullptr, cmdQ.getBcsCommandStreamReceiver());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user