mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix typo in ULT
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
93f15c05f6
commit
6e75024329
@ -26,7 +26,7 @@ TEST(osInterfaceTests, whenOsInterfaceSetupGmmInputArgsThenArgsAreSet) {
|
||||
wddm->init();
|
||||
EXPECT_NE(nullptr, rootDeviceEnvironment.osInterface.get());
|
||||
|
||||
wddm->deviceRegistryPath = "registyPath";
|
||||
wddm->deviceRegistryPath = "registryPath";
|
||||
auto expectedRegistryPath = wddm->deviceRegistryPath.c_str();
|
||||
auto &adapterBDF = wddm->adapterBDF;
|
||||
adapterBDF.Bus = 0x12;
|
||||
|
Reference in New Issue
Block a user