Fix typo in ULT

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-02-01 15:50:27 +00:00
committed by Compute-Runtime-Automation
parent 93f15c05f6
commit 6e75024329

View File

@ -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;