mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 12:33:12 +08:00
test: pass empty execution environment when preparing device environments
Related-To: NEO-8187 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
51a00fb4c8
commit
f5d683063b
@@ -243,7 +243,7 @@ HWTEST_F(PrepareDeviceEnvironmentsTest, givenPrepareDeviceEnvironmentsWhenCsrIsS
|
||||
}
|
||||
|
||||
DebugManager.flags.ProductFamilyOverride.set(product);
|
||||
MockExecutionEnvironment exeEnv;
|
||||
ExecutionEnvironment exeEnv{};
|
||||
exeEnv.prepareRootDeviceEnvironments(expectedDevices);
|
||||
|
||||
const auto ret = prepareDeviceEnvironments(exeEnv);
|
||||
|
||||
Reference in New Issue
Block a user